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) |
(→Blocking Box) |
||
(2 intermediate revisions by one other user not shown) | |||
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, It can use different textures, colors and can be used as a Skybox. |
== Details == | == Details == | ||
Line 7: | Line 7: | ||
|- | |- | ||
|[[File:PlayerBlocking.PNG]]|| | |[[File:PlayerBlocking.PNG]]|| | ||
− | '''Object''': | + | '''Object''': Blocking Box |
'''Category''': Volumes | '''Category''': Volumes | ||
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. | ||
|} | |} |
Latest revision as of 2017-01-04T15:12:34
Contents
Blocking Box
The Blocking Box prevents players, projectiles, and demons from passing through the defined volume, It can use different textures, colors and can be used as a Skybox.
Details
Object: Blocking Box 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. |