MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetSlotNumber

Method GetSlotNumber

trinity/Eve/Turret/EveTurretSet.cpp:1916–1919  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: The turret gets a slot number from the application. --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1914// The turret gets a slot number from the application.
1915// --------------------------------------------------------------------------------
1916int EveTurretSet::GetSlotNumber() const
1917{
1918 return m_slotNumber;
1919}
1920
1921// --------------------------------------------------------------------------------
1922bool EveTurretSet::GetLocalBoundingBox( Vector3& aabbMin, Vector3& aabbMax )

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected