Reversing Actor #2

This commit is contained in:
mohabhassan 2018-08-05 17:56:40 +02:00
parent 4b79fb2097
commit f58b058de8
13 changed files with 1156 additions and 329 deletions

View file

@ -171,6 +171,9 @@ public:
bool TrySetScript( const_str label );
bool TrySetScript( const char *label );
void GetScriptValue(Event *ev);
void SetScriptValue(Event *ev);
bool IsSet( void );
void Archive( Archiver& arc );