Difference between revisions of "Info sigilnode"

From Sunrust Wiki
Jump to navigation Jump to search
(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...")
 
(Add Sigil Group Name keyvalue definition to info_sigilnode)
 
(One intermediate revision by one other user not shown)
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
'''Sigil Group Name''' <string>
: Name of the group to assign this sigil to, for use with info_sigilgroup. Sigils without a group name are automatically assigned to a 'Default' group.


== Inputs ==
== Inputs ==
'''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__

Latest revision as of 18:22, 12 September 2020

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

Sigil Group Name <string>

Name of the group to assign this sigil to, for use with info_sigilgroup. Sigils without a group name are automatically assigned to a 'Default' group.

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.