From 845e44ee95b55f4e5ff9565061152302c5aeae23 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Wed, 31 Aug 2016 08:57:45 -0400 Subject: [PATCH] [ci skip] OOLua does not support member variables --- docs/source/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/features.rst b/docs/source/features.rst index 1b9a8443..527398af 100644 --- a/docs/source/features.rst +++ b/docs/source/features.rst @@ -244,7 +244,7 @@ oolua - * Supports not having exceptions or rtti turned on (shiny!) * Poor RAII support: default-construct-and-get style (requires some form of initalization to perform a ``get`` of an object, and it's hard to extend) - The library author has informed me that he does personally advises individuals do not use the ``Table`` abstraction in OOLua... Do I likewise tell people to consider its table abstractions defunct? -* It is fast for member function calls, however +* Member variables are turned into function calls (``get_x`` and ``set_x`` by default) luwra -