I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "UE3:UTProfileSettings (UT3)"
(Auto-generated page) |
m (added missing members) |
||
Line 46: | Line 46: | ||
===Native functions=== | ===Native functions=== | ||
+ | ====CheckAroundTheWorldMap==== | ||
+ | {{code|native function [[bool]] '''CheckAroundTheWorldMap''' ([[int]] '''MapContextId''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====CheckJackOfAllTradesBitmask==== | ||
+ | {{code|native function [[bool]] '''CheckJackOfAllTradesBitmask''' ([[int]] '''VehicleIndex''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====CheckLikeTheBackOfMyHandMap==== | ||
+ | {{code|native function [[bool]] '''CheckLikeTheBackOfMyHandMap''' ([[int]] '''MapContextId''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====CheckMixItUp==== | ||
+ | {{code|native function [[bool]] '''CheckMixItUp''' ([[int]] '''GameType''', [[int]] '''AchievementType''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====CheckSpiceOfLifeBitmask==== | ||
+ | {{code|native function [[bool]] '''CheckSpiceOfLifeBitmask''' ([[int]] '''MutatorIndex''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====CountBits64InAchivementValue==== | ||
+ | {{code|native function [[int]] '''CountBits64InAchivementValue''' ([[int]] '''AchievementId''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
====GetAchievementUnlockCriteria==== | ====GetAchievementUnlockCriteria==== | ||
{{code|native function [[bool]] '''GetAchievementUnlockCriteria''' ([[int]] '''AchievementId''', out [[int]] '''UnlockCriteria''')}} | {{code|native function [[bool]] '''GetAchievementUnlockCriteria''' ([[int]] '''AchievementId''', out [[int]] '''UnlockCriteria''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====GetAchievementUnlockType==== | ||
+ | {{code|native function [[bool]] '''GetAchievementUnlockType''' ([[int]] '''AchievementId''', out [[int]] '''UnlockType''')}} | ||
<!-- enter function description --> | <!-- enter function description --> | ||
Line 53: | Line 88: | ||
====GetAchievementValue==== | ====GetAchievementValue==== | ||
{{code|native function [[bool]] '''GetAchievementValue''' ([[int]] '''AchievementId''', out [[int]] '''Value''')}} | {{code|native function [[bool]] '''GetAchievementValue''' ([[int]] '''AchievementId''', out [[int]] '''Value''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====GetProfileSettingValueFloatByName==== | ||
+ | {{code|native function [[bool]] '''GetProfileSettingValueFloatByName''' ([[name]] '''SettingName''', out [[float]] '''OutValue''')}} | ||
+ | |||
+ | Returns the float value of a profile setting given its name. | ||
+ | |||
+ | '''Returns:''' | ||
+ | :Whether or not the value was retrieved | ||
+ | |||
+ | ====GetProfileSettingValueIdByName==== | ||
+ | {{code|native function [[bool]] '''GetProfileSettingValueIdByName''' ([[name]] '''SettingName''', out [[int]] '''OutValue''')}} | ||
+ | |||
+ | Returns the Id mapped value of a profile setting given its name. | ||
+ | |||
+ | '''Returns:''' | ||
+ | :Whether or not the value was retrieved | ||
+ | |||
+ | ====GetProfileSettingValueIntByName==== | ||
+ | {{code|native function [[bool]] '''GetProfileSettingValueIntByName''' ([[name]] '''SettingName''', out [[int]] '''OutValue''')}} | ||
+ | |||
+ | Returns the integer value of a profile setting given its name. | ||
+ | |||
+ | '''Returns:''' | ||
+ | :Whether or not the value was retrieved | ||
+ | |||
+ | ====GetProfileSettingValueStringByName==== | ||
+ | {{code|native function [[bool]] '''GetProfileSettingValueStringByName''' ([[name]] '''SettingName''', out [[string]] '''OutValue''')}} | ||
+ | |||
+ | Returns the string value of a profile setting given its name. | ||
+ | |||
+ | '''Returns:''' | ||
+ | :Whether or not the value was retrieved | ||
+ | |||
+ | ====IncrementGetALife==== | ||
+ | {{code|native function [[bool]] '''IncrementGetALife''' ()}} | ||
<!-- enter function description --> | <!-- enter function description --> | ||
====IncrementMixItUp==== | ====IncrementMixItUp==== | ||
− | {{code|native function [[bool]] '''IncrementMixItUp''' ([[int]] '''GameType''')}} | + | {{code|native function [[bool]] '''IncrementMixItUp''' ([[int]] '''GameType''', [[int]] '''AchievementType''')}} |
<!-- enter function description --> | <!-- enter function description --> | ||
Line 78: | Line 150: | ||
Achievements stored in profile | Achievements stored in profile | ||
+ | |||
+ | ====UpdateAchievementByteCount==== | ||
+ | {{code|native function [[bool]] '''UpdateAchievementByteCount''' ([[int]] '''AchievementId''', [[int]] '''Value''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
====UpdateAchievementCount==== | ====UpdateAchievementCount==== | ||
Line 91: | Line 168: | ||
====UpdateGetItOn==== | ====UpdateGetItOn==== | ||
{{code|native function [[bool]] '''UpdateGetItOn''' ([[int]] '''MapContextId''')}} | {{code|native function [[bool]] '''UpdateGetItOn''' ([[int]] '''MapContextId''')}} | ||
+ | |||
+ | <!-- enter function description --> | ||
+ | |||
+ | ====UpdateLikeTheBackOfMyHand==== | ||
+ | {{code|native function [[bool]] '''UpdateLikeTheBackOfMyHand''' ([[int]] '''MapContextId''')}} | ||
<!-- enter function description --> | <!-- enter function description --> |
Latest revision as of 05:20, 16 August 2009
Object >> OnlineProfileSettings >> UTProfileSettings |
Contents
- 1 Constants
- 2 Properties
- 3 Enums
- 4 Structs
- 5 Functions
- 5.1 Static native functions
- 5.2 Other static functions
- 5.3 Native functions
- 5.3.1 CheckAroundTheWorldMap
- 5.3.2 CheckJackOfAllTradesBitmask
- 5.3.3 CheckLikeTheBackOfMyHandMap
- 5.3.4 CheckMixItUp
- 5.3.5 CheckSpiceOfLifeBitmask
- 5.3.6 CountBits64InAchivementValue
- 5.3.7 GetAchievementUnlockCriteria
- 5.3.8 GetAchievementUnlockType
- 5.3.9 GetAchievementValue
- 5.3.10 GetProfileSettingValueFloatByName
- 5.3.11 GetProfileSettingValueIdByName
- 5.3.12 GetProfileSettingValueIntByName
- 5.3.13 GetProfileSettingValueStringByName
- 5.3.14 IncrementGetALife
- 5.3.15 IncrementMixItUp
- 5.3.16 ResetToDefault
- 5.3.17 SetAchievementValue
- 5.3.18 UpdateAchievementBitMask
- 5.3.19 UpdateAchievementByteCount
- 5.3.20 UpdateAchievementCount
- 5.3.21 UpdateAroundTheWorld
- 5.3.22 UpdateGetItOn
- 5.3.23 UpdateLikeTheBackOfMyHand
- 5.4 Events
- 5.5 Other instance functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
List of profile settings for UT
Constants[edit]
See UTProfileSettings constants.
Properties[edit]
See UTProfileSettings properties.
Enums[edit]
Structs[edit]
AchievementData[edit]
Modifiers: native
- UTTypes.EUTGameAchievements Id
- EUTUnlockType UnlockType
- int UnlockCriteria
Functions[edit]
Static native functions[edit]
ResetKeysToDefault[edit]
Resets the current keybindings for the specified playerowner to the defaults specified in the INI.
Parameters:
- InPlayerOwner - Player to get the default keybindings for.
Other static functions[edit]
GetListOfVisitedBones[edit]
Get's a list of bones that have been visited
Param MaskA The first part of the bone mask Param MaskB The Second part of the bone mask Param OUT BoneList returns the list of bones
Native functions[edit]
CheckAroundTheWorldMap[edit]
CheckJackOfAllTradesBitmask[edit]
CheckLikeTheBackOfMyHandMap[edit]
CheckMixItUp[edit]
CheckSpiceOfLifeBitmask[edit]
CountBits64InAchivementValue[edit]
GetAchievementUnlockCriteria[edit]
GetAchievementUnlockType[edit]
GetAchievementValue[edit]
GetProfileSettingValueFloatByName[edit]
Returns the float value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueIdByName[edit]
Returns the Id mapped value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueIntByName[edit]
Returns the integer value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
GetProfileSettingValueStringByName[edit]
Returns the string value of a profile setting given its name.
Returns:
- Whether or not the value was retrieved
IncrementGetALife[edit]
IncrementMixItUp[edit]
ResetToDefault[edit]
Sets the specified profile id back to its default value.
Parameters:
- ProfileId - Profile setting to reset to default.
SetAchievementValue[edit]
UpdateAchievementBitMask[edit]
Achievements stored in profile
UpdateAchievementByteCount[edit]
UpdateAchievementCount[edit]
UpdateAroundTheWorld[edit]
UpdateGetItOn[edit]
UpdateLikeTheBackOfMyHand[edit]
Events[edit]
ScriptSetToDefaults[edit]
Overrides: OnlineProfileSettings.ScriptSetToDefaults
Sets all of the profile settings to their default values