Module twdll.faction

Faction properties for Rome 2.

Functions

SetGold (faction, value) Sets the amount of gold for the faction.
GetMemoryAddress (faction) Returns the memory address of the real faction object as a hexadecimal string.


Functions

SetGold (faction, value)
Sets the amount of gold for the faction.

Parameters:

  • faction userdata the faction object (first argument)
  • value integer new gold amount
GetMemoryAddress (faction)
Returns the memory address of the real faction object as a hexadecimal string.

Parameters:

  • faction userdata the faction object (first argument)

Returns:

    string memory address (e.g. "0x12345678")
generated by LDoc 1.5.0