C#: Abstract script class support
This commit is contained in:
parent
3ed4497113
commit
2df37a237a
16 changed files with 73 additions and 20 deletions
|
|
@ -81,6 +81,12 @@
|
|||
Returns [code]true[/code] if [param base_object] is an instance of this script.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_abstract" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if the script is an abstract script. An abstract script does not have a constructor and cannot be instantiated.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_tool" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue