| 633 | return m_p->val_table.Count(); |
| 634 | } |
| 635 | ScriptVar ScriptVar::GetKey(uint32_t index) const |
| 636 | { |
| 637 | return m_p->val_table.GetKey(index); |
| 638 | } |
| 639 | ScriptVar ScriptVar::GetValue(uint32_t index) const |
| 640 | { |
| 641 | return m_p->val_table.GetValue(index); |