GetProjectileCounter

From Multi Theft Auto: Wiki
Revision as of 17:43, 26 November 2014 by AlexTMjugador (talk | contribs) (Added OOP syntax)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Function GetProjectileCounter needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

Get the time left before a projectile detonates.

Syntax

int getProjectileCounter ( projectile projectile )

OOP Syntax Help! I don't understand this!

Method: projectile:getCounter(...)
Variable: .counter


Required Arguments

  • projectile: the projectile to get the timer of.

Returns

Returns the the time in milliseconds to detonation which depending on the projectile type will do different things:

  • Grenades will explode when it hits 0
  • Teargas may be a duration timer
  • Both types of rockets will explode when it hits 0
  • Satchels restarts so I do not think it does anything

Requirements

This template will be deleted.

See Also