Add TOC to "C++ function wrappers" section

develop
lethosor 2018-05-17 19:36:02 -04:00
parent 17ba492992
commit d502dce2db
1 changed files with 3 additions and 0 deletions

@ -804,6 +804,9 @@ Random number generation
C++ function wrappers C++ function wrappers
===================== =====================
.. contents::
:local:
Thin wrappers around C++ functions, similar to the ones for virtual methods. Thin wrappers around C++ functions, similar to the ones for virtual methods.
One notable difference is that these explicit wrappers allow argument count One notable difference is that these explicit wrappers allow argument count
adjustment according to the usual lua rules, so trailing false/nil arguments adjustment according to the usual lua rules, so trailing false/nil arguments