1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Fix ConsoleTrigger memory leak

This commit is contained in:
2014-04-26 17:36:18 -04:00
parent 133098c18e
commit 4e35dbf528
3 changed files with 13 additions and 10 deletions

View File

@ -370,7 +370,10 @@ public:
void SetType(notificationType type) { fType = type; }
void SetState(float state) { fState = state; }
// event records for the notify message
/**
* Adds an arbitrary event to this notify message.
* \note This copies \a ed.
*/
void AddEvent( proEventData* ed);
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 );