Scripting/Squirrel/Functions/Sphere.Radius: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
Decent 946 (talk | contribs) No edit summary |
Decent 946 (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
=== Notes === | === Notes === | ||
Call [[onSphereEntered]] was used in this example.. | Call [[onSphereEntered]] was used in this example.. | ||
== Related Functions == | |||
{{Scripting/Squirrel/Functions/Sphere_Functions}} |
Latest revision as of 16:59, 15 March 2016
allows you to check Sphere's Radius.
Syntax
Sphere.Radius
Example
function onSphereEntered( player, Sphere )
{
MessagePlayer( "you have entered in a Sphere, Sphere's Radius: "+ Sphere.Radius, player );
}
Notes
Call onSphereEntered was used in this example..