Mod API Reference:GameOrderCustom

From Warzone Wiki
Revision as of 00:45, 18 May 2017 by Fizzer (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GameOrderCustom: Subclass of GameOrder. This order does nothing on its own, but it can be used by mods for custom orders. GameOrderCustom is typically sent up from clients to the server, in contrast to GameOrderEvent which is typically sent down from the server to clients.

  • Message string: The message that will appear in the orders list. This is what players see.
  • Payload string: Data the mod wishes to store along with this order, but does not want players to see.

Functions

  • WL.GameOrderCustom.Create(playerID PlayerID, message string, payload string) (static) returns GameOrderCustom:
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox