Public Member Functions | |
| mixed | RemoveTask (mixed id) |
| mixed | SetTask (mixed id, mixed task) |
| mixed | AddTask (mixed task) |
| adds a task on the top of the task stack and return the task index | |
| mixed | SendUpdateTaskState (mixed taskid) |
| sends a state update message | |
| mixed | ServerSendMissionUpdate (mixed con) |
| sends the current mission (including tasks) to one connection/client | |
Definition at line 299 of file lua_pseudo_code.cpp.
| mixed gMissionPrototype::RemoveTask | ( | mixed | id | ) | [inline] |
Definition at line 301 of file lua_pseudo_code.cpp.
| mixed gMissionPrototype::SetTask | ( | mixed | id, | |
| mixed | task | |||
| ) | [inline] |
Definition at line 303 of file lua_pseudo_code.cpp.
| mixed gMissionPrototype::AddTask | ( | mixed | task | ) | [inline] |
adds a task on the top of the task stack and return the task index
Definition at line 306 of file lua_pseudo_code.cpp.
| mixed gMissionPrototype::SendUpdateTaskState | ( | mixed | taskid | ) | [inline] |
| mixed gMissionPrototype::ServerSendMissionUpdate | ( | mixed | con | ) | [inline] |
sends the current mission (including tasks) to one connection/client
Definition at line 312 of file lua_pseudo_code.cpp.
1.5.6