Scripting/Squirrel/Functions/Pickup.ID: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
m (Added related functions.)
m (Added example & notes headlines (I always forget to do everything).)
Line 7: Line 7:


*''instance'' '''pickup''' - The pickup to get the ID from
*''instance'' '''pickup''' - The pickup to get the ID from
== Example ==


{{Scripting/Needs_Example}}
{{Scripting/Needs_Example}}
=== Notes ===


== Related Functions ==
== Related Functions ==


{{Scripting/Squirrel/Functions/Pickup_Functions}}
{{Scripting/Squirrel/Functions/Pickup_Functions}}

Revision as of 14:58, 1 July 2015

This function will return a pickup's ID.

Syntax

Pickup.ID

Arguments

  • instance pickup - The pickup to get the ID from

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions