Ir para o conteúdo principal
Version: latest - a1.73.x ⚖️

💣 Grenade

Grenades are Pickables which Characters can grab and throw. It explodes after X seconds after thrown, causing damage around.


💂Authority
This class can only be spawned on 🟦 Server side.
👪Inheritance
This class shares methods and events from , , , .
🧑‍💻API Source
This page is auto-generated! The Functions, Properties and Events described here are defined in our GitHub's API Repository! Feel free to commit suggestions and changes to the source .json API files!

🎒 Examples

local new_grenade = Grenade(
Vector(-900, 185, 215),
Rotator(0, 90, 90),
"nanos-world::SM_Grenade_G67",
"nanos-world::P_Grenade_Special",
"nanos-world::A_Explosion_Large"
)

🛠 Constructors

Default Constructor

No description provided

local my_grenade = Grenade(location, rotation, static_mesh_asset?, explosion_particles?, explosion_sound?, collision_type?, gravity_enabled?)
TypeNameDefaultDescription
Vectorlocation Required parameter No description provided
Rotatorrotation Required parameter No description provided
static_mesh_assetnanos-world::SM_Grenade_G67No description provided
explosion_particlesnanos-world::P_Grenade_SpecialNo description provided
explosion_soundnanos-world::A_Explosion_LargeNo description provided
collision_typeCollisionType.AutoNo description provided
gravity_enabledtrueNo description provided
tip

nanos world provides a special Particle* called nanos-world::P_Grenade_Special which spawns different particles depending on the surface it explodes, and also if is underwater.

*This "Particle" is just a special identifier which can only be used on Grenades!

🗿 Static Functions

Inherited Entity Static Functions
Grenade inherits from Base Entity Class, sharing it's methods and functions:
Base Entityscripting-reference/classes/base-classes/Entity
ReturnsNameDescription
of Returns a table containing all Entities of the class this is called on
Returns a specific Entity of this class at an index
Returns how many Entities of this class exist
of Gets a list of all directly inherited classes from this Class created with the Inheriting System
Returns an iterator with all Entities of this class to be used with pairs()
or Gets the parent class if this Class was created with the Inheriting System
Inherits this class with the Inheriting System
Gets if this Class is child of another class if this Class was created with the Inheriting System
Subscribes to an Event for all entities of this Class
Subscribes to a custom event called from server
Unsubscribes all callbacks from this Event in this Class within this Package, or only the callback passed

This class doesn't have own static functions.

🦠 Functions

Inherited Entity Functions
Grenade inherits from Base Entity Class, sharing it's methods and functions:
Base Entityscripting-reference/classes/base-classes/Entity
ReturnsNameDescription
Calls a custom remote event directly on this entity to all Players
Calls a custom remote event directly on this entity to a specific Player
Calls a custom remote event directly on this entity
Destroys this Entity
of Gets a list of all values keys
Gets the class of this entity
Gets the universal network ID of this Entity (same on both client and server)
Gets a Value stored on this Entity at the given key
Recursively checks if this entity is inherited from a Class
Returns true if this Entity is valid (i.e. wasn't destroyed and points to a valid Entity)
Sets a Value in this Entity
Subscribes to an Event on this specific entity
Subscribes to a custom event called from server on this specific entity
Unsubscribes all callbacks from this Event in this Entity within this Package, or only the callback passed
Inherited Actor Functions
Grenade inherits from Base Actor Class, sharing it's methods and functions:
Base Actorscripting-reference/classes/base-classes/Actor
ReturnsNameDescription
Adds an Unreal Actor Tag to this Actor
Applies a force in world world to this Actor
Attaches this Actor to any other Actor, optionally at a specific bone
Detaches this Actor from AttachedTo Actor
of Gets all Unreal Actor Tags on this Actor
of Gets all Actors attached to this Actor
or Gets the Actor this Actor is attached to
Gets this Actor's bounds
Gets this Actor's collision type
Gets this Actor's dimension
Gets the distance of this Actor from the Camera
VectorGets this Actor's force (set by SetForce())
VectorGets this Actor's location in the game world
Player or Gets this Actor's Network Authority Player
VectorGets this Actor's Relative Location if it's attached
RotatorGets this Actor's Relative Rotation if it's attached
RotatorGets this Actor's angle in the game world
VectorGets this Actor's scale
Gets the percentage of this Actor size in the screen
Gets a Socket Transform in world space given a bone or socket name
VectorGets this Actor's current velocity
Gets if this Actor was spawned by the client side
Returns true if the local Player is currently the Network Authority of this Actor
Returns true if this Actor is being destroyed
Returns true if gravity is enabled on this Actor
Returns true if this Actor is in water
Returns true if this Actor is currently network distributed
Returns true if this Actor is visible
Removes an Unreal Actor Tag from this Actor
Smoothly rotates this actor to an angle over a certain time
Sets this Actor's collision type
Sets this Actor's Dimension
Adds a permanent force to this Actor, set to Vector(0, 0, 0) to cancel
Sets whether gravity is enabled on this Actor
Sets whether the highlight is enabled on this Actor, and which highlight index to use
Sets the time (in seconds) before this Actor is destroyed. After this time has passed, the actor will be automatically destroyed.
Sets this Actor's location in the game world
Sets the Player to have network authority over this Actor
Sets if this Actor will auto distribute the network authority between players
Sets whether the outline is enabled on this Actor, and which outline index to use
Sets this Actor's relative location in local space (only if this actor is attached)
Sets this Actor's relative rotation in local space (only if this actor is attached)
Sets this Actor's rotation in the game world
Sets this Actor's scale
Sets whether the actor is visible or not
Smoothly moves this actor to a location over a certain time
Gets if this Actor was recently rendered on screen
Inherited Paintable Functions
Grenade inherits from Base Paintable Class, sharing it's methods and functions:
Base Paintablescripting-reference/classes/base-classes/Paintable
ReturnsNameDescription
Resets the material from the specified index to the original one
Sets the material at the specified index of this Actor
Sets a Color parameter in this Actor's material
Sets the material at the specified index of this Actor to a Canvas object
Sets the material at the specified index of this Actor to a SceneCapture object
Sets the material at the specified index of this Actor to a WebUI object
Sets a Scalar parameter in this Actor's material
Sets a texture parameter in this Actor's material to an image on disk
Sets a Vector parameter in this Actor's material
Overrides this Actor's Physical Material with a new one
Inherited Pickable Functions
Grenade inherits from Base Pickable Class, sharing it's methods and functions:
Base Pickablescripting-reference/classes/base-classes/Pickable
ReturnsNameDescription
Attaches a Skeletal Mesh as master pose to this entity
Attaches a Static Mesh to this entity
of Gets all Skeletal Meshes attached to this entity
of Gets all Static Meshes attached to this entity
Character or Gets the Character, if it exists, that's holding this Pickable
Gets the Handling Mode of this Pickable
Gets the name of the asset this Pickable uses
Pulls the usage of this Pickable (will start firing if this is a weapon)
Releases the usage of this Pickable (will stop firing if this is a weapon)
Removes all SkeletalMeshes attached
Removes all StaticMeshes attached
Removes, if it exists, a SkeletalMesh from this Pickable given its custom ID
Removes, if it exists, a StaticMesh from this Pickable given its custom ID
Sets the Attachment Settings for this Pickable (how it attaches to the Character when Picking up)
Sets the crosshair material for this Pickable
Sets if this Pickable can be picked up from ground by the player
Sets a Static Mesh Attached location and rotation
ReturnsNameDescription
Forces this grenade to Explode
Damage at Inner Radius
Radius which BaseDamage will apply proportionally
Radius which MinimumDamage will apply
Radius which BaseDamage will apply
Damage at Outer Radius
Impulse applied when throwing
Time until Explosion
Sets Damage parameters of this Grenade
Set Impulse applied when throwing
Set Time until Explosion after thrown

Explode

Forces this grenade to Explode

my_grenade:Explode()

See also Explode.


GetBaseDamage

Damage at Inner Radius

— Returns .

local ret = my_grenade:GetBaseDamage()

See also SetDamage.


GetDamageFalloff

Radius which BaseDamage will apply proportionally

— Returns .

local ret = my_grenade:GetDamageFalloff()

See also SetDamage.


GetDamageInnerRadius

Radius which MinimumDamage will apply

— Returns .

local ret = my_grenade:GetDamageInnerRadius()

See also SetDamage.


GetDamageOuterRadius

Radius which BaseDamage will apply

— Returns .

local ret = my_grenade:GetDamageOuterRadius()

See also SetDamage.


GetMinimumDamage

Damage at Outer Radius

— Returns .

local ret = my_grenade:GetMinimumDamage()

See also SetDamage.


GetThrowForce

Impulse applied when throwing

— Returns .

local ret = my_grenade:GetThrowForce()

See also SetThrowForce.


GetTimeToExplode

Time until Explosion

— Returns .

local ret = my_grenade:GetTimeToExplode()

See also SetTimeToExplode.


SetDamage

Sets Damage parameters of this Grenade

my_grenade:SetDamage(base_damage?, minimum_damage?, damage_inner_radius?, damage_outer_radius?, damage_falloff?)
TypeParameterDefaultDescription
base_damage?90Max damage when inner radius
minimum_damage?0Min damage when outer radius
damage_inner_radius?200Radius which damage will be 100%
damage_outer_radius?1000Radius which damage will be interpoled through falloff
damage_falloff?1Lerp function between Max and Min damage

See also GetBaseDamage, GetDamageFalloff, GetDamageInnerRadius, GetDamageOuterRadius, GetMinimumDamage.


SetThrowForce

Set Impulse applied when throwing

my_grenade:SetThrowForce(throw_force)
TypeParameterDefaultDescription
throw_force Required parameter No description provided

See also GetThrowForce.


SetTimeToExplode

Set Time until Explosion after thrown

my_grenade:SetTimeToExplode(time)
TypeParameterDefaultDescription
time Required parameter Time in seconds

See also GetTimeToExplode.

🚀 Events

Inherited Entity Events
Grenade inherits from Base Entity Class, sharing it's events:
Base Entityscripting-reference/classes/base-classes/Entity
NameDescription
Triggered when a new Class is registered with the Inheriting System
Triggered when an Entity is destroyed
Triggered when an Entity is spawned/created
Triggered when an Entity has a value changed with :SetValue()
Inherited Actor Events
Grenade inherits from Base Actor Class, sharing it's events:
Base Actorscripting-reference/classes/base-classes/Actor
NameDescription
Triggered when an Actor changes it's dimension
Inherited Pickable Events
Grenade inherits from Base Pickable Class, sharing it's events:
Base Pickablescripting-reference/classes/base-classes/Pickable
NameDescription
When a Character drops this Pickable
When this Pickable hits something
Triggered when a Character interacts with this Pickable (i.e. tries to pick it up)
Triggered When a Character picks this up
Triggered when a Character presses the use button for this Pickable (i.e. clicks left mouse button with this equipped)
Triggered when a Character releases the use button for this Pickable (i.e. releases left mouse button with this equipped)
NameDescription
Triggered when the grenade has exploded
Triggered when the grenade has been thrown

Explode

Triggered when the grenade has exploded
Grenade.Subscribe("Explode", function(self)
-- Explode was called
end)
TypeArgumentDescription
GrenadeselfThe grenade which exploded

See also Explode.


Throw

Triggered when the grenade has been thrown
Grenade.Subscribe("Throw", function(self, handler)
-- Throw was called
end)
TypeArgumentDescription
GrenadeselfThe grenade which exploded
CharacterhandlerThe Character which has thrown it