| 4624 | } |
| 4625 | |
| 4626 | float MovementObject::ASGetFloatVar(std::string name) { |
| 4627 | return *((float*)as_context->GetVarPtr(name.c_str())); |
| 4628 | } |
| 4629 | |
| 4630 | bool MovementObject::ASGetBoolVar(std::string name) { |
| 4631 | return *((bool*)as_context->GetVarPtr(name.c_str())); |