2022-11-01 20:31:22 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name= "BTConsolePrint" inherits= "BTAction" version= "3.5" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../../../doc/class.xsd" >
<brief_description >
2022-11-04 12:27:09 +00:00
BT action task that prints text to console.
2022-11-01 20:31:22 +00:00
</brief_description>
<description >
2022-11-04 12:27:09 +00:00
BT action task that prints text to console. Can contain placeholders for format arguments as in GDScript's % operator.
2022-11-01 20:31:22 +00:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
<member name= "format_var_args" type= "PoolStringArray" setter= "set_format_var_args" getter= "get_format_var_args" default= "PoolStringArray( )" >
2022-11-04 12:27:09 +00:00
An array with blackboard variables, values of which will serve as format arguments.
2022-11-01 20:31:22 +00:00
</member>
<member name= "text" type= "String" setter= "set_text" getter= "get_text" default= """" >
2022-11-04 12:27:09 +00:00
Text to print. Can contain multiple placeholders to be replaced with format arguments. Same as GDScript's % operator, placeholders start with '%' followed by a format specifier. For example: %s - string, %d - integer, %f - real.
2022-11-01 20:31:22 +00:00
</member>
</members>
<constants >
</constants>
</class>