/////////////////////////////////////////////////////////////////////
| 103 | |
| 104 | ////////////////////////////////////////////////////////////////////////// |
| 105 | int CFunctionHandler::EndFunctionAny(const ScriptAnyValue& any) |
| 106 | { |
| 107 | m_pSS->PushAny(any); |
| 108 | return (any.type == ANY_TNIL || any.type == ANY_ANY) ? 0 : 1; |
| 109 | } |
| 110 | |
| 111 | ////////////////////////////////////////////////////////////////////////// |
| 112 | int CFunctionHandler::EndFunctionAny(const ScriptAnyValue& any1, const ScriptAnyValue& any2) |