AudioAsset
Ease
FastString
FontAsset
NineSlice
PackedSprite
PackedSpriteID
RB
   HardwareSettings
   IRetroBlitGame
RBAsset
Rect2i
ShaderAsset
SoundReference
SpriteGrid
SpriteSheetAsset
TMXMapAsset
   TMXLayer
   TMXLayerLoadState
   TMXObject
   TMXObjectGroup
   TMXProperties
Vector2i

TMXMapAsset::TMXProperties.GetInt

Method

public int GetInt(string key, int defaultValue = 0)

Parameters

key string Key
defaultValue int A default value to return if the key is not found

Returns

int

Integer value, if not found returns defaultValue

Description

Get an integer property by its key.

See Docs

Features - Tiled TMX Support