Table of Contents

ItemData::onUse

There is no doc-string available for this function.

Syntax

script ItemData::onUse(string %this, string %player, string %invPosition);

Parameters

string %this
No description available.

string %player
No description available.

string %invPosition
No description available.

Return value

script
No description available.

Remarks

Examples

Source

base/server/scripts/allGameScripts.cs:9292

See also

ItemData::create
ItemData::onAdd
ItemData::onBallCollision
ItemData::onCollision
ItemData::onPickup
ItemData::onThrow

References

This function is not called by any other functions.