# Script Get Full Make Time

Grammar — (Script version) Get the full make time for object object for player player
FlagsFunction | CustomAI

Returns the total amount of time required to make the specified object (including the time it would take to tech up to that object’s requirements). Returned value is in sixteenths of a second. Same as the default/code version, except this version could potentially be modified to handle custom requirements.

# Arguments

  • int — Player
  • string — Object

Returns — int

Category: AI Advanced / Requirements / Functions

# Examples

— None found —