User Tools

Site Tools


disable_container

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
disable_container [2017/11/24 11:28] justindisable_container [2021/04/21 18:58] (current) justin
Line 4: Line 4:
 Disables access to an [[item container]], prohibiting usage by the player until re-enabled. Disables access to an [[item container]], prohibiting usage by the player until re-enabled.
  
 +====Signature:====
 <code python> <code python>
 disable_container(entity_id) disable_container(entity_id)
Line 16: Line 17:
  
 ====Example:==== ====Example:====
-<code python+<code bauxite
-disable_container("chest_01")+disable_container("chest_01");
 </code> </code>
 //Results:// The [[item container]] with an ID of "chest_01" will become inaccessible to the player until re-enabled. //Results:// The [[item container]] with an ID of "chest_01" will become inaccessible to the player until re-enabled.
disable_container.1511551717.txt.gz · Last modified: 2017/11/24 11:28 by justin