interface
| 2797 | |
| 2798 | // interface |
| 2799 | asUINT asCScriptEngine::GetGlobalPropertyCount() const |
| 2800 | { |
| 2801 | return asUINT(registeredGlobalProps.GetSize()); |
| 2802 | } |
| 2803 | |
| 2804 | // interface |
| 2805 | // TODO: If the typeId ever encodes the const flag, then the isConst parameter should be removed |