mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
obj-select -- object selection functionality
is-camera -- Adds a test for determining if object is a camera. cam-speed -- added method for getting the camera movement speed. zoned-in -- connection is flagged as "zoned-in" when client is fully connected and user can interact with it.
This commit is contained in:
parent
d4c2eeea98
commit
fcce9be33c
7 changed files with 250 additions and 1 deletions
|
|
@ -790,6 +790,9 @@ private:
|
|||
void afx_init();
|
||||
U32 afx_packUpdate(NetConnection*, U32 mask, BitStream*, U32 retMask);
|
||||
void afx_unpackUpdate(NetConnection*, BitStream*);
|
||||
private:
|
||||
static bool sCorpsesHiddenFromRayCast;
|
||||
|
||||
};
|
||||
|
||||
typedef Player::Pose PlayerPose;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue