HU/dxGetBlendMode: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function hu}} {{Needs_Example}} __NOTOC__ This function returns the current blend mode for the dxDraw functions. The blend mode is set using dxSetBlendMode ==Szi...")
 
 
Line 25: Line 25:


==Lásd még==
==Lásd még==
{{Drawing_functions}}
{{Drawing_functions hu}}


[[en:dxGetBlendMode]]
[[en:dxGetBlendMode]]

Latest revision as of 17:23, 26 October 2018

Accessories-text-editor.png Script Example Missing Function HU/dxGetBlendMode needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


This function returns the current blend mode for the dxDraw functions. The blend mode is set using dxSetBlendMode

Szintaxis

string dxGetBlendMode ( )

Visszatérési érték

Returns the current blend mode, which can be one of:

  • blend
  • add
  • modulate_add
  • overwrite

Példa

TODO

Requirements

Minimum server version n/a
Minimum client version 1.3.0-9.03782

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.0-9.03782" />

Lásd még