Module twdll_military_force

Functions for interacting with military forces.

Functions

GetMemoryAddress (military_force) Returns the memory address of the real military force object.
GetRecruitmentQueueSize (military_force) Returns the number of units in the recruitment queue.


Functions

GetMemoryAddress (military_force)
Returns the memory address of the real military force object.

Parameters:

  • military_force userdata the military force object (first argument)

Returns:

    string memory address (e.g. "0x12345678")
GetRecruitmentQueueSize (military_force)
Returns the number of units in the recruitment queue.

Parameters:

  • military_force userdata the military force object (first argument)

Returns:

    integer number of units
generated by LDoc 1.5.0