Skip to content

resetNearClipDistance

Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function resets near clip distance set by setNearClipDistance.

Syntax

bool resetNearClipDistance ( )

Returns

This example will reset near clip distance.

  • bool: value

Code Examples

shared

This example will reset near clip distance.

addCommandHandler("rncd", function()
resetNearClipDistance()
end)

See Also

World Functions