Difference between revisions of "AddAchievement"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
 
Line 1: Line 1:
=='''Description'''==
{{Function
 
|CSWikiPage = AddAchievement
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].
|origin = GECK1
 
|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].
=='''Syntax'''==
|name = AddAchievement
 
|returnType = void
AddAchievement ''AchievementNumber''
|arguments =  
 
  {{FunctionArgument
=='''Examples'''==
  |Name = AchievementNumber
 
  |Type = int
  AddAchievement 12  
  }}
  |example = AddAchievement 12
}}


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 00:34, 13 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