Difference between revisions of "Info sigilnode"
Jump to navigation
Jump to search
Johnny moe (talk | contribs) (Created page with "For the placement of sigils. == Keyvalues == '''Force Spawn''' <choices> Forces this sigil to always spawn. *0: No *1: Yes '''Disable Teleports''' <choices> Disables telep...") |
Johnny moe (talk | contribs) |
||
Line 4: | Line 4: | ||
'''Force Spawn''' <choices> | '''Force Spawn''' <choices> | ||
Forces this sigil to always spawn. | : Forces this sigil to always spawn. | ||
*0: No | *0: No | ||
*1: Yes | *1: Yes | ||
Line 10: | Line 10: | ||
'''Disable Teleports''' <choices> | '''Disable Teleports''' <choices> | ||
Disables teleporting from this sigil. | : Disables teleporting from this sigil. | ||
*0: No | *0: No | ||
*1: Yes | *1: Yes | ||
Line 17: | Line 17: | ||
'''input enableteleport''' <void> | '''input enableteleport''' <void> | ||
Enables teleporting to this sigil. | : Enables teleporting to this sigil. | ||
'''input disableteleport''' <void> | '''input disableteleport''' <void> | ||
Disables teleporting to this sigil. | : Disables teleporting to this sigil. | ||
'''input corrupt''' <void> | '''input corrupt''' <void> | ||
Corrupts the sigil. | : Corrupts the sigil. | ||
'''input uncorrupt''' <void> | '''input uncorrupt''' <void> | ||
Uncorrupts the sigil. | : Uncorrupts the sigil. | ||
== Outputs == | == Outputs == | ||
'''output OnSigilSpawn''' <void> | '''output OnSigilSpawn''' <void> | ||
Fires when a sigil spawns in this location. | : Fires when a sigil spawns in this location. | ||
'''output OnCorrupt''' <void> | '''output OnCorrupt''' <void> | ||
Fires when the sigil is corrupted. | : Fires when the sigil is corrupted. | ||
'''output OnUnCorrupt''' <void> | '''output OnUnCorrupt''' <void> | ||
Fires when the sigil is uncorrupted. | : Fires when the sigil is uncorrupted. | ||
__NOEDITSECTION__ | __NOEDITSECTION__ |
Revision as of 20:37, 12 May 2019
For the placement of sigils.
Keyvalues
Force Spawn <choices>
- Forces this sigil to always spawn.
- 0: No
- 1: Yes
Disable Teleports <choices>
- Disables teleporting from this sigil.
- 0: No
- 1: Yes
Inputs
input enableteleport <void>
- Enables teleporting to this sigil.
input disableteleport <void>
- Disables teleporting to this sigil.
input corrupt <void>
- Corrupts the sigil.
input uncorrupt <void>
- Uncorrupts the sigil.
Outputs
output OnSigilSpawn <void>
- Fires when a sigil spawns in this location.
output OnCorrupt <void>
- Fires when the sigil is corrupted.
output OnUnCorrupt <void>
- Fires when the sigil is uncorrupted.