Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T139004
Change Details
Change Details
Old
New
Diff
``` event private bool EOnPositionUpdate(IEntity other, vector extra) //!EntityEvent.POSITIONUPDATE { } ```
``` event private bool EOnPositionUpdate(IEntity other, vector extra) //!EntityEvent.POSITIONUPDATE { return true; } ```
``` event private bool EOnPositionUpdate(IEntity other, vector extra) //!EntityEvent.POSITIONUPDATE {
return true;
} ```
Continue