Element/Water: Difference between revisions
Jump to navigation
Jump to search
m (Water moved to Element/Water) |
No edit summary |
||
Line 10: | Line 10: | ||
*'''sideX:''' the size of the water rectangle along the X axis. Defaults to 20. | *'''sideX:''' the size of the water rectangle along the X axis. Defaults to 20. | ||
*'''sideY:''' the size of the water rectangle along the Y axis. Defaults to 20. | *'''sideY:''' the size of the water rectangle along the Y axis. Defaults to 20. | ||
==Related scripting functions== | |||
===Server=== | |||
{{Water functions}} | |||
===Client=== | |||
{{Client water functions}} | |||
[[Category:Element Types]] |
Revision as of 21:27, 1 March 2009
In San Andreas, the water in the game world (rivers, lakes, seas) is defined through a large number of water polygons, which can be quadrilateral or triangular. A water element represents one such polygon. You can create water elements with createWater or through a <water/> map element. For simplicity, water map elements only support rectangular polygons.
XML syntax
<water posX="" posY="" posZ="" sizeX="" sizeY=""/>
Required Attributes
- posX, posY, posZ: the world coordinates of the center of the (rectangular) water surface.
Optional Attributes
- sideX: the size of the water rectangle along the X axis. Defaults to 20.
- sideY: the size of the water rectangle along the Y axis. Defaults to 20.
Related scripting functions
Server
- createWater
- getWaterColor
- getWaterVertexPosition
- getWaveHeight
- resetWaterColor
- resetWaterLevel
- setWaterColor
- setWaterLevel
- setWaterVertexPosition
- setWaveHeight