C# 클래스 Oxide.Ext.UE4.Bindings.Old.FName

파일 보기 프로젝트 열기: OxideMod/OxideNative 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ComparisonIndex int
DisplayIndex int
Number uint

공개 메소드들

메소드 설명
FName ( int comparisonIndex, int displayIndex, uint number ) : System.Runtime.InteropServices
Get ( string name, EFindName findName = EFindName.FNAME_Add ) : FName
ToString ( ) : string

비공개 메소드들

메소드 설명
FName ( ) : System.Runtime.InteropServices

메소드 상세

FName() 공개 메소드

public FName ( int comparisonIndex, int displayIndex, uint number ) : System.Runtime.InteropServices
comparisonIndex int
displayIndex int
number uint
리턴 System.Runtime.InteropServices

Get() 공개 정적인 메소드

public static Get ( string name, EFindName findName = EFindName.FNAME_Add ) : FName
name string
findName EFindName
리턴 FName

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ComparisonIndex 공개적으로 프로퍼티

public int ComparisonIndex
리턴 int

DisplayIndex 공개적으로 프로퍼티

public int DisplayIndex
리턴 int

Number 공개적으로 프로퍼티

public uint Number
리턴 uint