# Get BuildAt Name
Grammar — Return the build at name contained in the string objectString|ObjectString
Flags —Native|Function
Returns the build at name contained in the specified string.
# Arguments
string— Object String
Returns — string
native string AIGetBuildAtName(string aliasType);
# Related
Category: AI Advanced / Requirements / Functions
- Script Get Maker
- Script Get Object Type
- Script Get First Missing Req
- Script Get First Unfinished Req
- Script Get Full Make Time
- Default/Code Get Maker —
string— AIDefaultGetMaker - Default/Code Get Object Type —
int— AIDefaultGetObjectType - Default/Code Get First Missing Req —
string— AIDefaultGetFirstMissingReq - Default/Code Get First Unfinished Req —
string— AIDefaultGetFirstUnfinishedReq - Default/Code Get Full Make Time —
int— AIDefaultGetFullMakeTime - Get Base Name —
string— AIGetBaseName - Get BuildAt Name —
string— AIGetBuildAtName
# Examples
— None found —