GetObjectAlpha

From NPC for VCMP 0.4 Servers
Revision as of 14:49, 14 December 2023 by Habi (talk | contribs) (Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the alpha value of a object| params=<source>(objectid)</source> objectid : The ID of the object to retrieve the alpha value for.| retvals=The alpha value of the object. Throws error if object with the specified ID does not exist.| relfuncs= *IsObjectStreamedIn *GetObjectPos *G...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function was added in v1.7 beta and will not work in previous versions.


Description:
Gets the alpha value of a object


Parameters:

(objectid)

objectid : The ID of the object to retrieve the alpha value for.


Return Values:
The alpha value of the object. Throws error if object with the specified ID does not exist.



Related Functions

The following functions may be helpful as they relate to this function in one way or another.