interface
| 224 | |
| 225 | // interface |
| 226 | asITypeInfo *asCScriptFunction::GetDelegateObjectType() const |
| 227 | { |
| 228 | if( objForDelegate == 0 || funcForDelegate == 0 ) |
| 229 | return 0; |
| 230 | |
| 231 | return funcForDelegate->objectType; |
| 232 | } |
| 233 | |
| 234 | // interface |
| 235 | asIScriptFunction *asCScriptFunction::GetDelegateFunction() const |