mirror of
https://github.com/godotengine/godot.git
synced 2026-04-20 10:51:13 +00:00
Removed existing nested tags and added warnings for nested tags.
This commit is contained in:
parent
220b0b2f74
commit
b27f6a7ef2
5 changed files with 39 additions and 4 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<return type="bool" />
|
||||
<param index="0" name="javascript_object" type="JavaScriptObject" />
|
||||
<description>
|
||||
Returns [code]true[/code] if the given [param javascript_object] is of type [url=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer][code]ArrayBuffer[/code][/url], [url=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView][code]DataView[/code][/url], or one of the many [url=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray]typed array objects[/url].
|
||||
Returns [code]true[/code] if the given [param javascript_object] is of type [url=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer]ArrayBuffer[/url], [url=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView]DataView[/url], or one of the many [url=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray]typed array objects[/url].
|
||||
</description>
|
||||
</method>
|
||||
<method name="js_buffer_to_packed_byte_array">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue