IT/getProjectileCreator: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
</syntaxhighlight>
</syntaxhighlight>


==Required Arguments==
==Argomenti richiesti==
*'''theProjectile:''' L'elemento [[IT/Elemento/Proiettile| proiettile]] del creatore che si vuole recuperare.
*'''theProjectile:''' L'elemento [[IT/Elemento/Proiettile| proiettile]] del creatore che si vuole recuperare.


==Returns==
==Valori restituiti==
Returns the element which created the projectile if successful, ''false'' otherwise.
Restituisce l'elemento che ha creato il proiettile in caso di successo, altrimenti restituisce ''false'' .


==Example==
==Example==
Line 21: Line 21:


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

Revision as of 12:25, 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 .

Example

-- TODO

See also