Skip to content

Debug.ReloadFieldBegin ​

Source Code | Usage Examples | Debug Functions

Begins loading the field for a puzzle, with DUEL_ constants in (int flag) under Master Rule (int rule). If (bool ignore_rule) is set to true, then the master rules from (int flag) are ignored and the field is constructed only from the duel flags provided

Signature ​

Debug.ReloadFieldBegin(int flag, int rule, [bool ignore_rule = false]) → nil

lua
Debug.ReloadFieldBegin(flag,rule,ignore_rule)

Parameters ​

  • int flag ​

    (To be added)

  • int rule ​

    (To be added)

  • bool ignore_rule ​

    Optional. Defaults to false.

    (To be added)


under-construction