C# Class B9PartSwitch.PartModuleExtensions

Datei anzeigen Open project: blowfishpro/B9PartSwitch

Public Methods

Method Description
LogError ( this module, object message ) : void
LogInfo ( this module, object message ) : void
LogTagString ( this module ) : string
LogWarning ( this module, object message ) : void
ParsedPrefab ( this module ) : bool

Method Details

LogError() public static method

public static LogError ( this module, object message ) : void
module this
message object
return void

LogInfo() public static method

public static LogInfo ( this module, object message ) : void
module this
message object
return void

LogTagString() public static method

public static LogTagString ( this module ) : string
module this
return string

LogWarning() public static method

public static LogWarning ( this module, object message ) : void
module this
message object
return void

ParsedPrefab() public static method

public static ParsedPrefab ( this module ) : bool
module this
return bool