Difference between revisions of "HPL3/SOMA/Scripting/iScrUserModule Interface"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== iScrUserModule_Interface has no public fi...")
 
 
Line 54: Line 54:
 
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || VariableUpdate || <syntaxhighlight lang="c++" inline>float afDeltaTime</syntaxhighlight> ||
 
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || VariableUpdate || <syntaxhighlight lang="c++" inline>float afDeltaTime</syntaxhighlight> ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 17:10, 6 August 2020

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

iScrUserModule_Interface has no public fields.

Functions

Return Type Function Name Parameters Description
void AppGotInputFocus
void AppLostInputFocus
void CreateWorldEntities cLuxMap@ apMap
void DestroyWorldEntities cLuxMap@ apMap
cLuxUserModule@ GetBase
void LoadUserConfig
void OnAction int alAction,
bool abPressed
void OnAnalogInput int alAnalogId,
const cVector3f& avAmount
void OnDraw float afFrameTime
void OnEnterContainer const tString &in asOldContainer
void OnExitPressed
void OnLeaveContainer const tString &in asNewContainer
void OnMapEnter cLuxMap@ apMap
void OnMapLeave cLuxMap@ apMap
void OnPostRender float afFrameTime
void PostUpdate float afTimeStep
void PreloadData cLuxMap@ apMap
void Reset
void SaveUserConfig
void Update float afTimeStep
void VariableUpdate float afDeltaTime

References

See all references...