| 806 | } |
| 807 | |
| 808 | SQInteger ScriptInstance::GetOpsTillSuspend() |
| 809 | { |
| 810 | return this->engine->GetOpsTillSuspend(); |
| 811 | } |
| 812 | |
| 813 | bool ScriptInstance::DoCommandCallback(const CommandCost &result, const CommandDataBuffer &data, CommandDataBuffer result_data, Commands cmd) |
| 814 | { |