diff options
Diffstat (limited to 'o3d/plugin/idl/function.idl')
-rw-r--r-- | o3d/plugin/idl/function.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/o3d/plugin/idl/function.idl b/o3d/plugin/idl/function.idl index 64bf1e7..5f8a7f8 100644 --- a/o3d/plugin/idl/function.idl +++ b/o3d/plugin/idl/function.idl @@ -72,7 +72,8 @@ class Function : NamedObject { [nocpp, include="core/cross/function.h"] class FunctionEval : ParamObject { %[ - The input to the function + The input to the function. + Default = 0. %] [getter, setter] float input; |