Difference between revisions of "AddAchievement"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Ez0n3
 
(One intermediate revision by one other user not shown)
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]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]
[[Category:Player Functions]]
[[Category:Player Functions]]
[[Category:Player Functions (GECK 1.0)]]
[[Category:Player Functions (GECK 1.1)]]


<!-- Begin Search Terms
<!-- Begin 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