SetGadgetData3D()

Syntax

SetGadgetData3D(#Gadget3D, Value)
Description
Stores the given value with the specified #Gadget3D. This value can later be read with the GetGadgetData3D() function. This allows to associate a custom value with any gadget.

Parameters

#Gadget3D The gadget to use.
Value The new value to associate with the 3D gadget.

Return value

None.

Remarks

This function is supported by all PureBasic gadgets.

See Also

GetGadgetData3D()

Supported OS

All

<- SetGadgetAttribute3D() - Gadget3D Index - SetGadgetItemData3D() ->