Skip to content
Snippets Groups Projects
Commit 59367ea6 authored by Samuel Wegner's avatar Samuel Wegner
Browse files

Fix comment wording

parent 8fcfd0a1
No related branches found
No related tags found
1 merge request!295Warden's Call partial fix
......@@ -287,7 +287,7 @@ end
-- Based on cloneFull(), with added functionality to skip/replace specified nodes.
-- @param[type=table] self Object to be cloned.
-- @param[type=table] alt_nodes Optional, these nodes will use a specified key/value on the clone instead of copying from the target.
-- @ Table keys should be the nodes to skip (field name or table reference).
-- @ Table keys should be the nodes to skip/replace (field name or table reference).
-- @ Each key should be set to false (to skip assignment entirely) or a table with up to two nodes:
-- @ k = a name/ref to substitute for instances of this field,
-- @ or nil to use the default name/ref as keys on the clone
......
......@@ -280,7 +280,7 @@ end
-- @param[type=table] target Actor to be cloned.
-- @param[type=int] duration How many turns the clone lasts. Zero is allowed.
-- @param[type=table] alt_nodes Optional, these nodes will use a specified key/value on the clone instead of copying from the target.
-- @ Table keys should be the nodes to skip (field name or table reference).
-- @ Table keys should be the nodes to skip/replace (field name or table reference).
-- @ Each key should be set to false (to skip assignment entirely) or a table with up to two nodes:
-- @ k = a name/ref to substitute for instances of this field,
-- @ or nil to use the default name/ref as keys on the clone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment