aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/class/CHardPointEntity.nut
blob: 4eb979558e398b94fa7b2ffc50057bd9afca9063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
untyped

global function CodeCallback_RegisterClass_C_HardPointEntity

function CodeCallback_RegisterClass_C_HardPointEntity()
{
	/*C_HardPointEntity.ClassName <- "C_HardPointEntity"


	function C_HardPointEntity::Enabled()
	{
		return this.GetHardpointID() >= 0
	}
	#document( "C_HardPointEntity::Enabled", "Returns true if this hardpoint is enabled" )*/
}