HPL3/SOMA/Scripting/cLuxUserModule
Jump to navigation
Jump to search
|
|
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
| Field Name | Type | Description |
|---|---|---|
| mlId | int |
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
void |
Fader_ClearAll | ||
void |
Fader_FadeTo | uint alID,float afGoal,float afTime,bool abReverseAtEnd = false,bool abSkipIfExists = false |
|
void |
Fader_FadeTo | const tString &in asName,float afGoal,float afTime,bool abReverseAtEnd = false,bool abSkipIfExists = false |
|
float |
Fader_GetValue | uint alID,float afMin = 0,float afMax = 1,eEasing aEasing = eEasing_Linear,bool abAbsValue = false |
|
float |
Fader_GetValue | const tString &in asName,float afMin = 0,float afMax = 1,eEasing aEasing = eEasing_Linear,bool abAbsValue = false |
|
void |
Fader_Set | uint alID,float afX,bool abSkipIfExists = false |
|
void |
Fader_Set | const tString &in asName,float afX,bool abSkipIfExists = false |
|
void |
Fader_SetPaused | uint alID,bool abPaused |
|
void |
Fader_SetPaused | const tString &in asName,bool abPaused |
|
void |
SetScriptableIsSaved | bool abX |
|
void |
Timer_Add | uint64 alID,float afTime,const tString &in asFunc = "",bool abCreateIfExist = true,bool abRepeat = false |
|
void |
Timer_Add | const tString &in asID,float afTime,const tString &in asFunc = "",bool abCreateIfExist = true,bool abRepeat = false |
|
void |
Timer_ClearAll | ||
bool |
Timer_Exists | uint64 alID |
|
bool |
Timer_Exists | const tString &in asID |
|
float |
Timer_GetTimeLeft | uint64 alID |
|
float |
Timer_GetTimeLeft | const tString &in asID |
|
float |
Timer_GetValue | uint64 alID,float afMin = 0,float afMax = 1,eEasing aEasing = eEasing_Linear,bool abAbsValue = false |
|
float |
Timer_GetValue | const tString &in asID,float afMin = 0,float afMax = 1,eEasing aEasing = eEasing_Linear,bool abAbsValue = false |
|
void |
Timer_Remove | uint64 alID |
|
void |
Timer_Remove | const tString &in asID |
|
void |
Timer_SetPaused | uint64 alID,bool abX |
|
void |
Timer_SetPaused | const tString &in asID,bool abX |
|
bool |
Timer_TimeHasPassed | uint64 alID,float afLength |
|
bool |
Timer_TimeHasPassed | const tString &in asID,float afLength |