Skip to content

Commit 70f3f95

Browse files
committed
Improve doc in src/godot/_lang_script.pxi
1 parent 83798eb commit 70f3f95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/godot/_lang_script.pxi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# An instance of `PythonScript` is not a script instance !
2+
# It is an object representing a given script (hence
3+
# `PythonScript._instance_create` that is called to actually
4+
# create an instance of this script)
5+
6+
17
# godot_extension: class(parent="ScriptExtension")
28
@cython.final
39
cdef class PythonScript:
10+
# Godot "sees" us through this object
411
cdef gd_object_t _gd_ptr
512

613
# godot_extension: method(virtual=True, const=True)

0 commit comments

Comments
 (0)