C# Class FSO.SimAntics.Model.VMSetToNextCache

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Avatars List

Méthodes publiques

Méthode Description
GetObjectsAt ( FSO.LotView.Model.LotTilePos pos ) : List
GetObjectsByGUID ( uint guid ) : List
NewObject ( VMEntity obj ) : void
RegisterObjectPos ( VMEntity ent ) : void
RemoveObject ( VMEntity obj ) : void
UnregisterObjectPos ( VMEntity ent ) : void
VMSetToNextCache ( VMContext context ) : System
VerifyPositions ( ) : void

Debug function. Call to make sure positions are correctly registered.

Private Methods

Méthode Description
GetOffest ( FSO.LotView.Model.LotTilePos pos ) : int

Method Details

GetObjectsAt() public méthode

public GetObjectsAt ( FSO.LotView.Model.LotTilePos pos ) : List
pos FSO.LotView.Model.LotTilePos
Résultat List

GetObjectsByGUID() public méthode

public GetObjectsByGUID ( uint guid ) : List
guid uint
Résultat List

NewObject() public méthode

public NewObject ( VMEntity obj ) : void
obj VMEntity
Résultat void

RegisterObjectPos() public méthode

public RegisterObjectPos ( VMEntity ent ) : void
ent VMEntity
Résultat void

RemoveObject() public méthode

public RemoveObject ( VMEntity obj ) : void
obj VMEntity
Résultat void

UnregisterObjectPos() public méthode

public UnregisterObjectPos ( VMEntity ent ) : void
ent VMEntity
Résultat void

VMSetToNextCache() public méthode

public VMSetToNextCache ( VMContext context ) : System
context VMContext
Résultat System

VerifyPositions() public méthode

Debug function. Call to make sure positions are correctly registered.
public VerifyPositions ( ) : void
Résultat void

Property Details

Avatars public_oe property

public List Avatars
Résultat List