warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
Get3DTextLabelVirtualWorld
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Gets the 3D text label virtual world id.
Name | Description |
---|---|
Text3D:textid | The ID of the 3D text label to get the virtual world id of. |
Returns
Returns the virtual world id of the 3D text label.
Examples
new Text3D:gMyLabel;
new worldid;
gMyLabel = Create3DTextLabel("Hello World!", 0x008080FF, 30.0, 40.0, 50.0, 10.0, 20, false);
worldid = Get3DTextLabelVirtualWorld(gMyLabel);
// worldid = 20
Related Functions
- Set3DTextLabelVirtualWorld: Sets the 3D text label virtual world id.
- GetPlayer3DTextLabelVirtualWorld: Gets the player 3D text label virtual world id.