| 204 | } |
| 205 | |
| 206 | void CScriptObject::SetValue(const char *sKey, int nVal) |
| 207 | { |
| 208 | _GUARD_STACK(m_pLS); |
| 209 | if (!_GET_THIS()) |
| 210 | return; |
| 211 | |
| 212 | SetValueChain(sKey,nVal); |
| 213 | |
| 214 | } |
| 215 | |
| 216 | void CScriptObject::SetValueChain(const char *sKey, float fVal) |
| 217 | { |
no outgoing calls
no test coverage detected