IT/getProjectileCreator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{IT/MainP}} | {{IT/MainP}} | ||
{{Needs_Example}} | |||
__NOTOC__ | __NOTOC__ | ||
{{IT/Funzioni client}} | {{IT/Funzioni client}} | ||
Line 22: | Line 23: | ||
==Vedere anche== | ==Vedere anche== | ||
{{IT/Client projectile functions}} | {{IT/Client projectile functions}} | ||
Revision as of 12:52, 2 January 2014
« Torna alla Pagina principale italiana ▇▇▇.
Script Example Missing Function IT/getProjectileCreator needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
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