World - Bob74/SHVDN-Extender GitHub Wiki
Creating stuff in the game's world.
Method SE.World.RequestIpl(System.String)
Loads an IPL file.
| Name | Description |
|---|---|
| ipl | IPL to load |
Method SE.World.DrawMarker(GTA.Math.Vector3)
Draw a marker in the world.
| Name | Description |
|---|---|
| pos | Position of the marker |
Method SE.World.DrawMarker(GTA.Math.Vector3,System.Drawing.Color)
Draw a marker in the world.
| Name | Description |
|---|---|
| pos | Position of the marker |
| color | Color of the marker |
Method SE.World.DrawMarker(GTA.MarkerType,GTA.Math.Vector3,GTA.Math.Vector3)
Draw a marker in the world.
| Name | Description |
|---|---|
| pos | Position of the marker |
| marker | Type of marker |
| scale | Scale of the marker |
Method SE.World.DrawMarker(GTA.MarkerType,GTA.Math.Vector3,GTA.Math.Vector3,System.Drawing.Color)
Draw a marker in the world.
| Name | Description |
|---|---|
| pos | Position of the marker |
| marker | Type of marker |
| scale | Scale of the marker |
| color | Color of the marker |