HPL3/Community/Scripting/Classes/cluxdialoghandler
Jump to navigation
Jump to search
cLuxDialogHandler
Fields
cLuxDialogHandler has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | Begin | const tString& asName | |
| void | End | const tString &in asStartBranch | |
| void | SetCallbackFunc | const tString &in asFunc | |
| void | GetCharactersInSubject | const tString &in asSubject, avOutCharacters |
|
| void | AddBranch | const tString &in asName, const tString &in asNextBranch |
|
| void | AddBranchSubject | const tString &in asSubject, const tString &in asCallback |
|
| void | AddBranchPause | float afTime, const tString &in asCallback |
|
| void | AddBranchEvent | eLuxDialogBranchEvent aType, float afVar, const tString &in asVar, const tString &in asNewBranch, bool abOnlyCheckEndOfSubject |
|
| void | SetResponseTimeLimit | float afTime | |
| void | AddResponseOption | const tString& asEntry, const tString &in asBranch, int alId, const tString &in asCallback |
|
| void | AddResponseCondition | eLuxDialogOptionCondition aCondition, const tString &in asVarName, int alValue |
|
| void | AddResponseEvent | eLuxDialogOptionEvent aEvent, const tString &in asVarName, int alValue |
|
| bool | CharacterIsActive | const tString &in asName | |
| void | Stop | const tString& asName | |
| void | StopAll | ||
| tString | GetCharacterScene | const tString &in asCharacterName | |
| void | ReturnResponseSelectChoice | int alSelectedOption | |
| void | SetVar | const tString &in asName, int alX |
|
| void | IncVar | const tString &in asName, int alX |
|
| int | GetVar | const tString &in asName |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!