| 1543 | } |
| 1544 | |
| 1545 | static std::string ASGetMovementObjectPCScript(MovementObject* mo) { |
| 1546 | return mo->scenegraph_->level->GetPCScript(mo); |
| 1547 | } |
| 1548 | |
| 1549 | void DefineMovementObjectTypePublic(ASContext* as_context) { |
| 1550 | as_context->RegisterGlobalProperty("const int _awake", (void*)&MovementObject::_awake); |
nothing calls this directly
no test coverage detected