Difference between revisions of "AddAchievement"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Quetzilla
(note on F3 usage)
imported>Ez0n3
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/AddAchievement AddAchievement].
{{Function
 
|CSWikiPage = AddAchievement
==Notes==
|origin = GECK1
*As opposed to Oblivion, this function actually is useful (somewhat) in Fallout 3, thanks to Windows Live.  However, Achievements can't be changed, so there's probably not much point to using this in a mod other than to bump up [http://en.wikipedia.org/wiki/Gamerscore#Gamerscore gamerscores].
|summary = As opposed to Oblivion, this function actually is useful (somewhat) in Fallout 3, thanks to Windows Live.  However, Achievements can't be changed, so there's probably not much point to using this in a mod other than to bump up [http://en.wikipedia.org/wiki/Gamerscore#Gamerscore gamerscores].
|name = AddAchievement
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = AchievementNumber
  |Type = int
  }}
|example = AddAchievement 12
}}


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Player Functions]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.1)]]
<!-- Begin Search Terms
Add
Achievement
End Search Terms -->

Latest revision as of 23:34, 12 January 2011

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: AddAchievement.

A function included in the GECK version 1.1.0.36.

Description

As opposed to Oblivion, this function actually is useful (somewhat) in Fallout 3, thanks to Windows Live. However, Achievements can't be changed, so there's probably not much point to using this in a mod other than to bump up gamerscores.

Syntax

[help]
AddAchievement AchievementNumber:int

Example

AddAchievement 12