mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 20:05:33 +00:00
triggers -- exposes trigger states to other code.
This commit is contained in:
parent
b5539a45e3
commit
9682ba318b
2 changed files with 83 additions and 1 deletions
|
|
@ -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; }
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue