Added references to new math related OSSL functions
parent
80c7ffeb29
commit
6accf854a7
|
@ -222,6 +222,7 @@
|
|||
Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable)
|
||||
|
||||
; available functions out of Threat level control (for reference only)
|
||||
; Allow_osAngleBetween = true
|
||||
; Allow_osCheckODE = true
|
||||
; Allow_osClearInertia = true
|
||||
; Allow_osCollisionSound = true
|
||||
|
@ -254,6 +255,7 @@
|
|||
; Allow_osMax = true
|
||||
; Allow_osMin = true
|
||||
; Allow_osMovePen = true
|
||||
; Allow_osRound = true
|
||||
; Allow_osSetFontName = true
|
||||
; Allow_osSetFontSize = true
|
||||
; Allow_osSetInertia = true
|
||||
|
@ -263,4 +265,6 @@
|
|||
; Allow_osSetPenCap = true
|
||||
; Allow_osSetPenColor = true
|
||||
; Allow_osSetPenSize = true
|
||||
; Allow_osVecDistSquare = true
|
||||
; Allow_osVecMagSquare = true
|
||||
; Allow_osVolumeDetect = true
|
||||
|
|
Loading…
Reference in New Issue