Value Functions
These functions either set or get values from menu tiles. They are predominantly wrapper functions for existing xOBSE and MenuQue functions due to inherent limitations in the function signatures.
Setters
Setters set values:
GMFSetTileFloatValue
- Args:
@string::sTile,@string::sTrait,@float::fValue- Info:
Set the float value of a trait for some tile, wrapper for
GetMenuFloatValuefrom xOBSE
GMFSetTileStringValue
- Args:
@string::sTile,@string::sTrait,@string::sValue- Info:
Set the string value of a trait for some tile, wrapper for
GetMenuStringValuefrom xOBSE
Getters
Getters get values:
GMFGetTileFloatValue
- Args:
@string::sTile,@string::sTrait,- Info:
Get the float value of a trait for some tile, wrapper for
GetMenuFloatValuefrom xOBSE- Return:
@float::fValue
GMFGetTileStringValue
- Args:
@string::sTile,@string::sTrait- Info:
Get the string value of a trait for some tile, wrapper for
GetMenuStringValuefrom xOBSE- Return:
@string::sValue
GMFGetTileName
- Args:
@string::sTile- Info:
Get the immediate name of a tile, wrapper for
tile_GetNamefrom MenuQue- Return:
@string::sName
GMFGetTileFullName
- Args:
@string::sTile- Info:
Get the full name of a tile (i.e. ancestry of the tile), wrapper for
tile_GetNamefrom MenuQue with the boolean option enabled- Return:
@string::sName