Skip to content

Commit

Permalink
[fix] (lua) api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Mar 30, 2024
1 parent 563dbb4 commit ba25404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iolite_plugins/lua_plugin/init_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2961,8 +2961,9 @@ void script_init_state(sol::state& s)

// @function create
// @summary Creates a new node component with the given name and attaches it to the provided node.
// @param parent_node Ref The node to attach the new node to.
// @param name string The name of the new node component.
// @param parent_node Ref The node to attach the new node to.
// @param ignore_parent boolean Set this to true to keep the local transform of the node and avoid undoing the parent transform first.
// @return Ref value The new node component.

s["Node"]["create"] =
Expand Down

0 comments on commit ba25404

Please sign in to comment.