Fix documentation for GetContact() script function behavior if no CNAT value is given.

It stated all directions were checked, but that is not true.
stable-5.4
Sven Eberhardt 2013-09-05 22:52:36 +02:00
parent fb4117307b
commit 96d2639688
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<param>
<type>int</type>
<name>dwCNAT</name>
<desc>Bit mask of CNAT values which determine which directions to check. If not specified, all directions are checked.</desc>
<desc>Bit mask of CNAT values which determine which directions to check. If not specified, defaults to the vertices own CNAT mode, i.e. usually the one specified in VertexCNAT in the definition DefCore.txt file. If the vertex does not have any CNAT value, no direction is checked.</desc>
<optional />
</param>
</params>