File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,10 @@ <h2><a href="#Members">Members</a></h2>
184184 < td class ="summary "> (float) Choose weather strength.</ td >
185185 </ tr >
186186 < tr >
187+ < td class ="name " > < a href ="#weatherClustering "> weatherClustering</ a > </ td >
188+ < td class ="summary "> (bool) Choose if weather should be clustered or not.</ td >
189+ </ tr >
190+ < tr >
187191 < td class ="name " > < a href ="#laraType "> laraType</ a > </ td >
188192 < td class ="summary "> (LaraType) Appearance of Lara.</ td >
189193 </ tr >
@@ -455,6 +459,22 @@ <h2 class="section-header "><a name="Members"></a>Members</h2>
455459
456460
457461
462+ </ dd >
463+ < dt >
464+ < a name = "weatherClustering "> </ a >
465+ < strong > weatherClustering</ strong >
466+ </ dt >
467+ < dd >
468+ (bool) Choose if weather should be clustered or not.
469+ You can set it to < code > false</ code > globally or in specific regions of your level where clusters can slip through paper-thin walls.
470+
471+
472+
473+
474+
475+
476+
477+
458478</ dd >
459479 < dt >
460480 < a name = "laraType "> </ a >
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ <h2><a href="#Functions">Functions</a></h2>
154154 < td class ="summary "> Set room of camera.</ td >
155155 </ tr >
156156 < tr >
157- < td class ="name " > < a href ="#Camera:PlayCamera "> Camera:PlayCamera ([target])</ a > </ td >
157+ < td class ="name " > < a href ="#Camera:Play "> Camera:Play ([target])</ a > </ td >
158158 < td class ="summary "> Activate the camera for the current game frame.</ td >
159159 </ tr >
160160</ table >
@@ -318,8 +318,8 @@ <h3>Parameters:</h3>
318318
319319</ dd >
320320 < dt >
321- < a name = "Camera:PlayCamera "> </ a >
322- < strong > Camera:PlayCamera ([target])</ strong >
321+ < a name = "Camera:Play "> </ a >
322+ < strong > Camera:Play ([target])</ strong >
323323 </ dt >
324324 < dd >
325325 Activate the camera for the current game frame.
You can’t perform that action at this time.
0 commit comments