Difference between revisions of "Prop nail"

From Sunrust Wiki
Jump to navigation Jump to search
(Created page with "Allows you to manually place nails. == Keyvalues == '''Health Override''' <integer> : Sets the nail's maximum health to a specific number. Set to -1 or 0 to disable override...")
 
(No difference)

Latest revision as of 17:11, 16 May 2019

Allows you to manually place nails.

Keyvalues

Health Override <integer>

Sets the nail's maximum health to a specific number. Set to -1 or 0 to disable override.

Health Multiply <float>

Multiply the nail's default maximum health by this number.

Unremovable <choices>

Set to yes to make this nail unremovable by players.
  • 0: No
  • 1: Yes

Inputs

input sethealth <integer>

Sets the nail's remaining health.

input attachto <target_destination>

Parent to this entity.

intput nailto <target_destination>

Nail to this entity. Use attachto first and then this to weld the two. Use 'worldspawn' here to weld to the world.

intput setname <string>

Display this text as the owner name.

intput setunremovable <integer>

Set if this nail is unremovable.

intput toggleunremovable <integer>

Toggle unremovable state.