doom3-gpl
Doom 3 GPL source release
|
#include <Script_Program.h>
Public Member Functions | |
idScriptVariable () | |
bool | IsLinked (void) const |
void | Unlink (void) |
void | LinkTo (idScriptObject &obj, const char *name) |
idScriptVariable & | operator= (const returnType &value) |
operator returnType () const | |
Private Attributes | |
type * | data |
Definition at line 204 of file Script_Program.h.
ID_INLINE idScriptVariable< type, etype, returnType >::idScriptVariable | ( | ) |
Definition at line 218 of file Script_Program.h.
ID_INLINE bool idScriptVariable< type, etype, returnType >::IsLinked | ( | void | ) | const |
Definition at line 223 of file Script_Program.h.
ID_INLINE void idScriptVariable< type, etype, returnType >::LinkTo | ( | idScriptObject & | obj, |
const char * | name | ||
) |
Definition at line 233 of file Script_Program.h.
ID_INLINE idScriptVariable< type, etype, returnType >::operator returnType | ( | ) | const |
Definition at line 253 of file Script_Program.h.
ID_INLINE idScriptVariable< type, etype, returnType > & idScriptVariable< type, etype, returnType >::operator= | ( | const returnType & | value | ) |
Definition at line 241 of file Script_Program.h.
ID_INLINE void idScriptVariable< type, etype, returnType >::Unlink | ( | void | ) |
Definition at line 228 of file Script_Program.h.
|
private |
Definition at line 206 of file Script_Program.h.