C#: Abstract script class support
This commit is contained in:
parent
3ed4497113
commit
2df37a237a
16 changed files with 73 additions and 20 deletions
|
|
@ -141,6 +141,12 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_is_abstract" qualifiers="virtual 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_placeholder_fallback_enabled" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue