IT/getProjectileCreator: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
Restituisce l'elemento che ha creato il proiettile in caso di successo, altrimenti restituisce ''false'' .
Restituisce l'elemento che ha creato il proiettile in caso di successo, altrimenti restituisce ''false'' .


==Example==
==Esempio==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
-- TODO
-- TODO
</syntaxhighlight>
</syntaxhighlight>


==See also==
==Vedere anche==
{{IT/Client projectile functions}}
{{IT/Client projectile functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]

Revision as of 12:47, 3 August 2011

« Torna alla Pagina principale italiana .


Questa funzione restituisce il creatore di uno specifico proiettile.

Sintassi

element getProjectileCreator ( projectile theProjectile )

Argomenti richiesti

  • theProjectile: L'elemento proiettile del creatore che si vuole recuperare.

Valori restituiti

Restituisce l'elemento che ha creato il proiettile in caso di successo, altrimenti restituisce false .

Esempio

-- TODO

Vedere anche