Area object: Difference between revisions
m Put internal name in code style block |
m Grammar tweak |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
An '''area object''', '''area''', or '''zone''' (referred to [[Internal name|internally]] as <code>al::AreaObj</code>) is an invisible region of space that can trigger events, prevent certain actions, or cause other phenomena. The properties of area objects usually only apply to Mario, meaning many types of them cannot be triggered by [[Cappy]]. Area objects can be shaped like a [[wikipedia:Cuboid#Rectangular_cuboid|rectangular cuboid]], cylinder, or | An '''area object''', '''area''', or '''zone''' (referred to [[Internal name|internally]] as <code>al::AreaObj</code>) is an invisible region of space that can trigger events, prevent certain actions, or cause other phenomena. The properties of area objects usually only apply to Mario, meaning many types of them cannot be triggered by [[Cappy]]. Area objects can be shaped like a [[wikipedia:Cuboid#Rectangular_cuboid|rectangular cuboid]], cylinder, sphere, or be infinitely large. | ||
== Variants == | == Variants == | ||
Line 11: | Line 11: | ||
* Placing Mario in a [[bubble]] upon leaving the area object. | * Placing Mario in a [[bubble]] upon leaving the area object. | ||
* Preventing or forcing camera movement while inside the area object. | * Preventing or forcing camera movement while inside the area object. | ||
* Enforcing water properties within a certain region; these are often called '''water areas'''. Unlike many types of area objects, these have effects on many other objects and actors in the game besides Mario. | |||
[[Category:Technical objects]] |