|
Amulets & Armor
v1.02
Open Source Game
|
Logoff server state machine. More...
Data Structures | |
| struct | T_SMCLogoffData |
Functions | |
| E_Boolean | SMCLogoffCheckFlag (T_stateMachineHandle handle, T_word32 flag) |
| T_void | SMCLogoffDataFinish (T_stateMachineHandle handle) |
| T_void | SMCLogoffDataInit (T_stateMachineHandle handle) |
| T_void | SMCLogoffExitEnter (T_stateMachineHandle handle, T_word32 extraData) |
| T_void | SMCLogoffFinish (T_void) |
| T_stateMachineHandle | SMCLogoffInitialize (T_void) |
| T_void | SMCLogoffReportErrorEnter (T_stateMachineHandle handle, T_word32 extraData) |
| T_void | SMCLogoffSaveCharacterEnter (T_stateMachineHandle handle, T_word32 extraData) |
| T_void | SMCLogoffSaveCharacterIdle (T_stateMachineHandle handle, T_word32 extraData) |
| T_void | SMCLogoffSetFlag (T_word16 flag, E_Boolean state) |
| T_void | SMCLogoffTimeoutEnter (T_stateMachineHandle handle, T_word32 extraData) |
| T_void | SMCLogoffUpdate (T_void) |
Logoff server state machine.
State machine for logging off from the server. Deprecated?
| E_Boolean SMCLogoffCheckFlag | ( | T_stateMachineHandle | handle, |
| T_word32 | flag | ||
| ) |
SMCLogoffCheckFlag
| handle | – Handle to state machine |
| flag | – Flag to change |
| T_void SMCLogoffDataFinish | ( | T_stateMachineHandle | handle) |
SMCLogoffDataFinish
| handle | – Handle to state machine |
| T_void SMCLogoffDataInit | ( | T_stateMachineHandle | handle) |
SMCLogoffDataInit
| handle | – Handle to state machine |
| T_void SMCLogoffExitEnter | ( | T_stateMachineHandle | handle, |
| T_word32 | extraData | ||
| ) |
SMCLogoffExitEnter
| handle | – Handle to state machine |
| extraData | – Not used |
| T_stateMachineHandle SMCLogoffInitialize | ( | T_void | ) |
SMCLogoffInitialize
| T_void SMCLogoffReportErrorEnter | ( | T_stateMachineHandle | handle, |
| T_word32 | extraData | ||
| ) |
SMCLogoffReportErrorEnter
| handle | – Handle to state machine |
| extraData | – Not used |
| T_void SMCLogoffSaveCharacterEnter | ( | T_stateMachineHandle | handle, |
| T_word32 | extraData | ||
| ) |
SMCLogoffSaveCharacterEnter
| handle | – Handle to state machine |
| extraData | – Not used |
| T_void SMCLogoffSaveCharacterIdle | ( | T_stateMachineHandle | handle, |
| T_word32 | extraData | ||
| ) |
SMCLogoffSaveCharacterIdle
| handle | – Handle to state machine |
| extraData | – Not used |
SMCLogoffSetFlag
| flag | – Flag to change |
| state | – New state of flag |
| T_void SMCLogoffTimeoutEnter | ( | T_stateMachineHandle | handle, |
| T_word32 | extraData | ||
| ) |
SMCLogoffTimeoutEnter
| handle | – Handle to state machine |
| extraData | – Not used |
1.8.4