• Pure

    Returns an internal ID for the unit order string.

    Example (Lua):

    OrderId("humanbuild") == 851995 -- this order opens the human build menu
    

    Parameters

    • orderIdString: string

    Returns number

    Note

    See: OrderId2String

    Bug

    Do not use this in a global initialisation (map init) as it returns 0 there.

    Bug

    Orders: humainbuild / orcbuild / nightelfbuild / undeadbuild are totally broken, don't issue them.

Generated using TypeDoc