SetElementAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
{{Needs_Checking|Absent from function documentation status and not working on my created markers, might be broke --[[User:Ransom|Ransom]] 10:53, 12 October 2007 (CDT)}}
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool setElementAlpha ( element theElement, int alpha )
bool setElementAlpha ( element theElement, int alpha )
</syntaxhighlight>
</syntaxhighlight>

Revision as of 15:53, 12 October 2007

Dialog-information.png This article needs checking.

Reason(s): Absent from function documentation status and not working on my created markers, might be broke --Ransom 10:53, 12 October 2007 (CDT)

Syntax

bool setElementAlpha ( element theElement, int alpha )