DxGetBlendMode

From Multi Theft Auto: Wiki

Jump to: navigation, search

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

Syntax

string dxGetBlendMode( )

Returns

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

  • blend
  • add
  • modulate_add

Example

TODO

Requirements

Minimum supported server n/a
Minimum supported client 1.3.0-9.03782
Note: Using this function requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section.

See Also

FROM VERSION 1.3.1 ONWARDS