Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T158916
Change Details
Change Details
Old
New
Diff
The new `selectionNames` syntax that allows you to select a specific LOD does not work with resolution LODs: ``` (player selectionNames 1) apply {player selectionPosition [_x, 1]} ``` Returns: ``` [[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],...] ```
The new `selectionPosition` syntax that allows you to select a specific LOD does not work with resolution LODs: ``` (player selectionNames 1) apply {player selectionPosition [_x, 1]} ``` Returns: ``` [[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],...] ```
The new `selection
Names`
Position`
syntax that allows you to select a specific LOD does not work with resolution LODs: ``` (player selectionNames 1) apply {player selectionPosition [_x, 1]} ``` Returns: ``` [[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],...] ```
Continue