Difference between revisions of "SetMapPinState"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetMapPinState
 
|name=SetMapPinState

Latest revision as of 00:49, 27 February 2010

Controls the state of a map pin

void SetMapPinState(
object oMapPin,
int nEnable
);
Parameters:
oMapPin
Object ID of Pin to control
nEnable
TRUE or FALSE
Returns:

Nothing.

Source:

script.ldf

Description

Turns on or off a map pin.


See also

GetMapPinState, GetPlayerMapPin