Due to the recent resurgence of spam, we have temporarily disabled user creation and page editing/creation as we resolve the issue.
Difference between revisions of "Blocking Box"
From Snapwiki
m (KDearnley moved page Player Blocking Volume to Blocking Box: Player Blocking volumes can now block AI) |
(Hotspot and tiling textures can now be placed on blocking volumes to create completely custom environments) |
||
Line 1: | Line 1: | ||
[[Category:Logic]] | [[Category:Logic]] | ||
− | == | + | == Blocking Box == |
− | The | + | The Blocking Box prevents players, projectiles, and demons from passing through the defined volume. |
== Details == | == Details == | ||
Line 36: | Line 36: | ||
{| class="wikitable" style="width:60%;" | {| class="wikitable" style="width:60%;" | ||
!colspan="3"|'''PROPERTIES''' | !colspan="3"|'''PROPERTIES''' | ||
+ | |- | ||
+ | |'''Property'''||'''Type'''||'''Description''' | ||
|- | |- | ||
|'''Name'''||String||The name of this object. Rename an object to make it easy to identify. | |'''Name'''||String||The name of this object. Rename an object to make it easy to identify. | ||
|- | |- | ||
|'''Render Model'''||Enum||What render model to use. | |'''Render Model'''||Enum||What render model to use. | ||
+ | |- | ||
+ | |'''Model Color'''||RGB||Controls the color of the base model. | ||
+ | |- | ||
+ | |'''Accent Color 1'''||RGB||Modifies Accent Color 1. | ||
+ | |- | ||
+ | |'''Accent Color 2'''||RGB||Modifies Accent Color 2. | ||
+ | |- | ||
+ | |'''Bloom Color'''||RGB||Defines Bloom Color. | ||
+ | |- | ||
+ | |'''Bloom Intensity'''||RGB||Intensity of Bloom Color. | ||
|- | |- | ||
|'''Size'''||XYZ Size||The dimensions of the object. | |'''Size'''||XYZ Size||The dimensions of the object. | ||
|- | |- | ||
|'''Color'''||RGB||The red, green and blue components of the RGB color value. | |'''Color'''||RGB||The red, green and blue components of the RGB color value. | ||
− | |||
− | |||
|- | |- | ||
|'''Block Shots'''||Boolean||If true, projectiles will be prevented from passing through the defined volume. | |'''Block Shots'''||Boolean||If true, projectiles will be prevented from passing through the defined volume. | ||
Line 52: | Line 62: | ||
|- | |- | ||
|'''Static'''||Boolean||If true, this object's inputs and outputs will be disabled and it will not contribute to network limits. | |'''Static'''||Boolean||If true, this object's inputs and outputs will be disabled and it will not contribute to network limits. | ||
+ | |- | ||
+ | |'''Block Demons'''||Boolean||If true, demons will be prevented from walking into the defined volume. | ||
+ | |- | ||
+ | |'''Block AI Sight'''||Boolean||If true, AI can't see through the volume. | ||
|} | |} |
Revision as of 2016-10-19T13:28:55
Contents
Blocking Box
The Blocking Box prevents players, projectiles, and demons from passing through the defined volume.
Details
Object: Player Blocking Volume Category: Volumes |
Inputs
Outputs
None
Properties
PROPERTIES | ||
---|---|---|
Property | Type | Description |
Name | String | The name of this object. Rename an object to make it easy to identify. |
Render Model | Enum | What render model to use. |
Model Color | RGB | Controls the color of the base model. |
Accent Color 1 | RGB | Modifies Accent Color 1. |
Accent Color 2 | RGB | Modifies Accent Color 2. |
Bloom Color | RGB | Defines Bloom Color. |
Bloom Intensity | RGB | Intensity of Bloom Color. |
Size | XYZ Size | The dimensions of the object. |
Color | RGB | The red, green and blue components of the RGB color value. |
Block Shots | Boolean | If true, projectiles will be prevented from passing through the defined volume. |
Show on Start | Boolean | If true, this object will be shown on map start. |
Static | Boolean | If true, this object's inputs and outputs will be disabled and it will not contribute to network limits. |
Block Demons | Boolean | If true, demons will be prevented from walking into the defined volume. |
Block AI Sight | Boolean | If true, AI can't see through the volume. |