SetElementAlpha: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{Needs_Checking|Absent from function documentation status --[[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>
[[Category::Incomplete]]

Revision as of 17:28, 30 November 2007

Syntax

bool setElementAlpha ( element theElement, int alpha )

[[Category::Incomplete]]