HPL3/Community/Scripting/Classes/iscrusermodule interface
Jump to navigation
Jump to search
iScrUserModule_Interface
Fields
iScrUserModule_Interface has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| cLuxUserModule@ | GetBase | ||
| void | Update | float afTimeStep | |
| void | PostUpdate | float afTimeStep | |
| void | VariableUpdate | float afDeltaTime | |
| void | Reset | ||
| void | OnDraw | float afFrameTime | |
| void | OnPostRender | float afFrameTime | |
| void | LoadUserConfig | ||
| void | SaveUserConfig | ||
| void | OnMapEnter | cLuxMap@ apMap | |
| void | OnMapLeave | cLuxMap@ apMap | |
| void | CreateWorldEntities | cLuxMap@ apMap | |
| void | DestroyWorldEntities | cLuxMap@ apMap | |
| void | PreloadData | cLuxMap@ apMap | |
| void | OnEnterContainer | const tString &in asOldContainer | |
| void | OnLeaveContainer | const tString &in asNewContainer | |
| void | OnExitPressed | ||
| void | OnAction | int alAction, bool abPressed |
|
| void | OnAnalogInput | int alAnalogId, const cVector3f &in avAmount |
|
| void | AppGotInputFocus | ||
| void | AppLostInputFocus |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!