C# Class Rocket.Unturned.Commands.UnturnedCommandExtensions

ファイルを表示 Open project: RocketMod/Rocket.Unturned

Public Methods

Method Description
GetCSteamIDParameter ( this array, int index ) : ulong?
GetColorParameter ( this array, int index ) : Color?
GetRocketPlayerParameter ( this array, int index ) : Rocket.API.RocketPlayer
GetUnturnedPlayerParameter ( this array, int index ) : UnturnedPlayer

Method Details

GetCSteamIDParameter() public static method

public static GetCSteamIDParameter ( this array, int index ) : ulong?
array this
index int
return ulong?

GetColorParameter() public static method

public static GetColorParameter ( this array, int index ) : Color?
array this
index int
return Color?

GetRocketPlayerParameter() public static method

public static GetRocketPlayerParameter ( this array, int index ) : Rocket.API.RocketPlayer
array this
index int
return Rocket.API.RocketPlayer

GetUnturnedPlayerParameter() public static method

public static GetUnturnedPlayerParameter ( this array, int index ) : UnturnedPlayer
array this
index int
return UnturnedPlayer