C# Class SEModAPIInternal.API.Entity.Sector.SectorObject.CubeGrid.CubeBlock.PistonNetworkManager

Mostra file Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
PistonNetworkManagerBroadcastMaxLimit string
PistonNetworkManagerBroadcastMinLimit string
PistonNetworkManagerBroadcastVelocity string
PistonNetworkManagerClass string
PistonNetworkManagerNamespace string

Private Properties

Property Type Description
BroadcastMaxLimit void
BroadcastMinLimit void
BroadcastVelocity void

Public Methods

Method Description
PistonNetworkManager ( PistonEntity parent, Object backingObject ) : System
ReflectionUnitTest ( ) : bool

Private Methods

Method Description
BroadcastMaxLimit ( float maxLimit ) : void
BroadcastMinLimit ( float minLimit ) : void
BroadcastVelocity ( float velocity ) : void

Method Details

PistonNetworkManager() public method

public PistonNetworkManager ( PistonEntity parent, Object backingObject ) : System
parent PistonEntity
backingObject Object
return System

ReflectionUnitTest() public static method

public static ReflectionUnitTest ( ) : bool
return bool

Property Details

PistonNetworkManagerBroadcastMaxLimit public_oe static_oe property

public static string PistonNetworkManagerBroadcastMaxLimit
return string

PistonNetworkManagerBroadcastMinLimit public_oe static_oe property

public static string PistonNetworkManagerBroadcastMinLimit
return string

PistonNetworkManagerBroadcastVelocity public_oe static_oe property

public static string PistonNetworkManagerBroadcastVelocity
return string

PistonNetworkManagerClass public_oe static_oe property

public static string PistonNetworkManagerClass
return string

PistonNetworkManagerNamespace public_oe static_oe property

public static string PistonNetworkManagerNamespace
return string