Skip to content
LXZ_svn_sync edited this page Oct 30, 2019 · 2 revisions

command: /property

quick ref:

/property [set|get] [-objPath] name value

description:

set engine attribute value by name. 
@param set|get: default to set property. 
@param objPath: attribute model path. if not specified, we will search for name in major places. 
please see NPL code wiki (F11)->View Menu->Object Browser for possible obj paths.
for security reasons, only all, scene, gui, asset, npl can be modified
Examples: 
/property -scene-1_1 MaxBufferRebuildPerTick_FarChunk  100
/tip $(property get -all WindowText)
/property set -all WindowText helloworld
/property WindowText helloworld short cut
/property AsyncChunkMode false
/property UseAsyncLoadWorld false
/property MaxCacheRegionCount 16
/property set -camera IgnoreEyeBlockCollisionInSunlight false
/property -scene MaxCharTriangles 50000
/property -scene MinPopUpDistance 100
Clone this wiki locally