mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed scripts using syntax like $self
This commit is contained in:
parent
2bf1144a14
commit
dc60cb45b2
4 changed files with 23 additions and 13 deletions
|
@ -32,18 +32,6 @@ class ScriptVariable;
|
|||
|
||||
typedef void (*ScriptDisplayTokenFunc)(const char *type, const char *name);
|
||||
|
||||
enum {
|
||||
method_game,
|
||||
method_level,
|
||||
method_local,
|
||||
method_parm,
|
||||
method_self,
|
||||
method_group,
|
||||
method_owner,
|
||||
method_field,
|
||||
method_array,
|
||||
};
|
||||
|
||||
typedef struct scriptmacro {
|
||||
str name;
|
||||
str parameters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue