Template:World functions: Difference between revisions
Jump to navigation
Jump to search
(Rework) |
Fernando187 (talk | contribs) No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 29: | Line 29: | ||
{{New feature/item|3.0161|1.6.0|22676| | {{New feature/item|3.0161|1.6.0|22676| | ||
<li>[[isTimeFrozen]]</li> | <li>[[isTimeFrozen]]</li> | ||
}} | |||
{{New feature/item|3.0161|1.6.0|22721| | |||
<li>[[isVolumetricShadowsEnabled]]</li> | |||
}} | }} | ||
<li>[[isWorldSoundEnabled]]</li> | <li>[[isWorldSoundEnabled]]</li> | ||
Line 43: | Line 46: | ||
{{New feature/item|3.0161|1.6.0|22676| | {{New feature/item|3.0161|1.6.0|22676| | ||
<li>[[resetTimeFrozen]]</li> | <li>[[resetTimeFrozen]]</li> | ||
}} | |||
{{New feature/item|3.0161|1.6.0|22721| | |||
<li>[[resetVolumetricShadows]]</li> | |||
}} | }} | ||
<li>[[resetVehiclesLODDistance]]</li> | <li>[[resetVehiclesLODDistance]]</li> | ||
Line 72: | Line 78: | ||
}} | }} | ||
<li>[[testLineAgainstWater]]</li> | <li>[[testLineAgainstWater]]</li> | ||
{{New feature/item|3.0161|1.6.0|22721| | |||
<li>[[setVolumetricShadowsEnabled]]</li> | |||
}} | |||
| {{#ifeq: {{lc:{{{1}}}}} | server | | {{#ifeq: {{lc:{{{1}}}}} | server | ||
| | | | ||
Line 80: | Line 89: | ||
}} | }} | ||
</br> | </br> | ||
}} | }} | ||
<!-- SHARED functions--> | <!-- SHARED functions--> | ||
<li>[[areTrafficLightsLocked]]</li> | <li>[[areTrafficLightsLocked]]</li> | ||
Line 152: | Line 159: | ||
<li>[[setWorldSpecialPropertyEnabled]]</li> | <li>[[setWorldSpecialPropertyEnabled]]</li> | ||
|22195}} | |22195}} | ||
{{New items|3.0161|1.6.0| | |||
<li>[[resetWorldProperties]]</li> | |||
|22741}} | |||
</ul> | </ul> | ||
</includeonly> | </includeonly> |
Latest revision as of 13:12, 23 October 2024
The template contains a list of functions. It accepts 1 parameter, which specifies whether the functions should be displayed for server or client. Regardless of the parameter, a list of shared functions will also be displayed
Example: {{Camera functions|client}} will display a list of client-side functions, and below it a list of shared functions, similarly for the server.