mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
proVariableEventData name => plString
This commit is contained in:
@ -179,7 +179,7 @@ protected:
|
||||
};
|
||||
|
||||
proEventType(Variable)
|
||||
char* fName; // name of variable
|
||||
plString fName; // name of variable
|
||||
int32_t fDataType; // type of data
|
||||
|
||||
// Can't be a union, sadly, but it isn't that much of a waste of space...
|
||||
@ -375,10 +375,10 @@ public:
|
||||
void AddCollisionEvent( bool enter, const plKey &other, const plKey &self, bool onlyOneCollision=true );
|
||||
void AddPickEvent( const plKey &other, const plKey& self, bool enabled, hsPoint3 hitPoint );
|
||||
void AddControlKeyEvent( int32_t key, bool down );
|
||||
void AddVariableEvent( const char* name, float number );
|
||||
void AddVariableEvent( const char* name, int32_t number );
|
||||
void AddVariableEvent( const char* name );
|
||||
void AddVariableEvent( const char *name, const plKey &key );
|
||||
void AddVariableEvent( const plString& name, float number );
|
||||
void AddVariableEvent( const plString& name, int32_t number );
|
||||
void AddVariableEvent( const plString& name );
|
||||
void AddVariableEvent( const plString& name, const plKey &key );
|
||||
void AddFacingEvent( const plKey &other, const plKey &self, float dot, bool enabled);
|
||||
void AddContainerEvent( const plKey &container, const plKey &contained, bool entering);
|
||||
void AddActivateEvent( bool activate );
|
||||
|
Reference in New Issue
Block a user