- Added ACS GetChar function.
- Added Gez's submission for polyobjects being able to crush corpses but made it an explicit MAPINFO option only. SVN r1585 (trunk)
This commit is contained in:
parent
a732687548
commit
eb52c9a90e
8 changed files with 136 additions and 96 deletions
|
|
@ -598,6 +598,9 @@ public:
|
|||
// Die. Now.
|
||||
virtual bool Massacre ();
|
||||
|
||||
// Transforms the actor into a finely-ground paste
|
||||
bool Grind(bool items);
|
||||
|
||||
// Is the other actor on my team?
|
||||
bool IsTeammate (AActor *other);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue