wManager.Wow.Helpers Namespace
WRobot

LandmarksMiniMap..::..Add Method (Vector3, String, Color, Single, String, Boolean, Single, Boolean)

Adds the specified position.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public void Add(
	Vector3 position,
	string id,
	Color color,
	float size,
	string connectWithId,
	bool filled,
	float opacity,
	bool autoResizeIn3DRadar
)
Public Sub Add ( _
	position As Vector3, _
	id As String, _
	color As Color, _
	size As Single, _
	connectWithId As String, _
	filled As Boolean, _
	opacity As Single, _
	autoResizeIn3DRadar As Boolean _
)
public:
void Add(
	Vector3^ position, 
	String^ id, 
	Color^ color, 
	float^ size, 
	String^ connectWithId, 
	bool^ filled, 
	float^ opacity, 
	bool^ autoResizeIn3DRadar
)

Parameters

position
Type: robotManager.Helpful..::..Vector3
The position.
id
Type: String
The ID (you can use same name several time).
color
Type: Color
The color.
size
Type: Single
The size.
connectWithId
Type: String
Connect with [Id] (can be same name).
filled
Type: Boolean
if set to true [filled].
opacity
Type: Single
The opacity.
autoResizeIn3DRadar
Type: Boolean
if set to true automatic resize in 3D radar.