C# 클래스 SharpMod.MessageInformation

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

공개 메소드들

메소드 설명
MessageInformation ( MessageDestination destination, int messageType, IntPtr val, IntPtr playerEdict ) : System
OneLineInfo ( ) : string

Returns information about the message in one compact string

ToString ( ) : string
VerboseInfo ( ) : string

returns information in a lot of strings

메소드 상세

MessageInformation() 공개 메소드

public MessageInformation ( MessageDestination destination, int messageType, IntPtr val, IntPtr playerEdict ) : System
destination MessageDestination
messageType int
val System.IntPtr
playerEdict System.IntPtr
리턴 System

OneLineInfo() 공개 메소드

Returns information about the message in one compact string
public OneLineInfo ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VerboseInfo() 공개 메소드

returns information in a lot of strings
public VerboseInfo ( ) : string
리턴 string