- scriptified D'Sparil.
- added retrieval of defaults from an actor pointer.
This commit is contained in:
parent
cd919e72e1
commit
3e890d182b
14 changed files with 349 additions and 406 deletions
|
|
@ -1777,6 +1777,11 @@ bool P_TestMobjLocation(AActor *mobj)
|
|||
return false;
|
||||
}
|
||||
|
||||
DEFINE_ACTION_FUNCTION(AActor, TestMobjLocation)
|
||||
{
|
||||
PARAM_SELF_PROLOGUE(AActor);
|
||||
ACTION_RETURN_BOOL(P_TestMobjLocation(self));
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue