triggers -- exposes trigger states to other code.

This commit is contained in:
Marc Chapman 2017-07-27 01:34:44 +01:00
parent b5539a45e3
commit 9682ba318b
2 changed files with 83 additions and 1 deletions

View file

@ -20,6 +20,11 @@
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
// Arcane-FX for MIT Licensed Open Source version of Torque 3D from GarageGames
// Copyright (C) 2015 Faust Logic, Inc.
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
#ifndef _TSSHAPEINSTANCE_H_
#define _TSSHAPEINSTANCE_H_
@ -690,6 +695,8 @@ protected:
//-------------------------------------------------------------------------------------
bool hasAccumulation();
// provides access to full mTriggerStates mask.
U32 getTriggerStateMask() const { return mTriggerStates; }
};