C# 클래스 Rocket.Unturned.Commands.UnturnedCommandExtensions

파일 보기 프로젝트 열기: RocketMod/Rocket.Unturned

공개 메소드들

메소드 설명
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

메소드 상세

GetCSteamIDParameter() 공개 정적인 메소드

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

GetColorParameter() 공개 정적인 메소드

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

GetRocketPlayerParameter() 공개 정적인 메소드

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

GetUnturnedPlayerParameter() 공개 정적인 메소드

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