C# Class invertika_game.Game.MapComposite

Afficher le fichier Open project: Invertika/server Class Usage Examples

Méthodes publiques

Свойство Type Description
mContent MapContent

Méthodes publiques

Méthode Description
MapComposite ( int id, string name ) : System
activate ( ) : bool
getEverything ( ) : List
getID ( ) : int
getMap ( ) : Map
getName ( ) : string
getScript ( ) : Script
initializeContent ( ) : void
insert ( Thing ptr ) : bool
isActive ( ) : bool
remove ( Thing ptr ) : void
setVariable ( string key, string value ) : void
setVariableFromDbserver ( string key, string value ) : void
update ( ) : void

Private Methods

Méthode Description
addZone ( List r, uint z ) : void
getAroundActorIterator ( Actor obj, int radius ) : invertika_game.Game.ZoneIterator
getAroundBeingIterator ( Being obj, int radius ) : invertika_game.Game.ZoneIterator
getAroundPointIterator ( Point p, int radius ) : invertika_game.Game.ZoneIterator
getInsideRectangleIterator ( ISL.Server.Utilities.Rectangle p ) : invertika_game.Game.ZoneIterator
getVariable ( string key ) : string

Method Details

MapComposite() public méthode

public MapComposite ( int id, string name ) : System
id int
name string
Résultat System

activate() public méthode

public activate ( ) : bool
Résultat bool

getEverything() public méthode

public getEverything ( ) : List
Résultat List

getID() public méthode

public getID ( ) : int
Résultat int

getMap() public méthode

public getMap ( ) : Map
Résultat Map

getName() public méthode

public getName ( ) : string
Résultat string

getScript() public méthode

public getScript ( ) : Script
Résultat Script

initializeContent() public méthode

public initializeContent ( ) : void
Résultat void

insert() public méthode

public insert ( Thing ptr ) : bool
ptr Thing
Résultat bool

isActive() public méthode

public isActive ( ) : bool
Résultat bool

remove() public méthode

public remove ( Thing ptr ) : void
ptr Thing
Résultat void

setVariable() public méthode

public setVariable ( string key, string value ) : void
key string
value string
Résultat void

setVariableFromDbserver() public méthode

public setVariableFromDbserver ( string key, string value ) : void
key string
value string
Résultat void

update() public méthode

public update ( ) : void
Résultat void

Property Details

mContent public_oe property

public MapContent,invertika_game.Game mContent
Résultat MapContent