- more player code exported

This commit is contained in:
Christoph Oelckers 2017-04-30 22:16:32 +02:00
commit 6e25c34fda
7 changed files with 238 additions and 224 deletions

View file

@ -1464,6 +1464,12 @@ bool FLevelLocals::IsCrouchingAllowed() const
return !(flags & LEVEL_CROUCH_NO);
}
DEFINE_ACTION_FUNCTION(FLevelLocals, IsCrouchingAllowed)
{
PARAM_SELF_STRUCT_PROLOGUE(FLevelLocals);
ACTION_RETURN_BOOL(self->IsCrouchingAllowed());
}
//==========================================================================
//
//