C# 클래스 OpenSim.Region.Framework.Scenes.EventManager.MoneyTransferArgs

/// Triggered when UUIDs referenced by a scene object are being gathered for archiving, hg transfer, etc. ///
/// The listener should add references to the IDictionary as appropriate. ///
상속: System.EventArgs
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amount int
authenticated bool
description string
receiver UUID
sender UUID
transactiontype int

공개 메소드들

메소드 설명
MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System

메소드 상세

MoneyTransferArgs() 공개 메소드

public MoneyTransferArgs ( UUID asender, UUID areceiver, int aamount, int atransactiontype, string adescription ) : System
asender UUID
areceiver UUID
aamount int
atransactiontype int
adescription string
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public int amount
리턴 int

authenticated 공개적으로 프로퍼티

public bool authenticated
리턴 bool

description 공개적으로 프로퍼티

public string description
리턴 string

receiver 공개적으로 프로퍼티

public UUID receiver
리턴 UUID

sender 공개적으로 프로퍼티

public UUID sender
리턴 UUID

transactiontype 공개적으로 프로퍼티

public int transactiontype
리턴 int