IT/getProjectileCreator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{IT/MainP}} __NOTOC__ {{IT/Funzioni client}} Questa funzione restituisce il creatore di uno specifico proiettile. ==Sintassi== <syntaxhighlight lang="lua"> element getProjectileCreator ( proj...") |
|||
Line 10: | Line 10: | ||
==Required Arguments== | ==Required Arguments== | ||
*'''theProjectile:''' L'elemento [[IT/Proiettili| proiettile]] del creatore che si vuole recuperare. | *'''theProjectile:''' L'elemento [[IT/Elemento/Proiettili| proiettile]] del creatore che si vuole recuperare. | ||
==Returns== | ==Returns== |
Revision as of 12:22, 3 August 2011
« Torna alla Pagina principale italiana ▇▇▇.
Questa funzione restituisce il creatore di uno specifico proiettile.
Sintassi
element getProjectileCreator ( projectile theProjectile )
Required Arguments
- theProjectile: L'elemento proiettile del creatore che si vuole recuperare.
Returns
Returns the element which created the projectile if successful, false otherwise.
Example
-- TODO