invertika_game.MapObject.getProperty C# (CSharp) Method

getProperty() public method

public getProperty ( string key ) : string
key string
return string
        public string getProperty(string key)
        {
            return mProperties[key];
        }

Same methods

MapObject::getProperty ( string key, string std ) : string