This AI is still in early stages of development.
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 4 Current »
A define with state Define.ADDED was originally missing, but has since been added using Define().
Added defines are immutable.
Note: If the define wasn't originally missing, the new define would have a state of Define.REPLACED.
// always use strict equality checks if (Define.stateOf("chat") === Define.ADDED) { // native chat function was missing, but was added by script }
Requires:
Jump to:
Topics: