index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Object.xml
Age
Commit message (
Expand
)
Author
2020-05-18
Update description of Object.free() method
Remi Rampin
2020-03-30
doc: Update classref with node renames
Rémi Verschelde
2020-03-23
Added has_signal method for Object
PouleyKetchoupp
2020-02-22
doc: Sync classref with StringName/Callable changes
Rémi Verschelde
2020-02-18
doc: Sync classref with current source
Rémi Verschelde
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-23
Remove unnecessary extra spaces before comments in code examples.
Michael Alexsander
2020-01-06
doc: Document what happens to old script with Object.set_script()
rainlizard
2020-01-04
Document the return value of `Object.get()` with a nonexistent property
Hugo Locurcio
2020-01-02
Allows to doc vararg method return type as void
Haoyu Qiu
2019-12-26
[Docs] Description updates for Node2D & Object
Chris Bradfield
2019-11-21
Better description of the binds parameter of connect
Benjamin Navarro
2019-08-08
Add FuncRef.call_funcv
Bojidar Marinov
2019-06-30
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred
Rémi Verschelde
2019-06-26
doc: Proofread and complete various nodes
Rémi Verschelde
2019-06-26
doc: Document EncodedObjectAsID, expose its property
Rémi Verschelde
2019-06-24
Add docstring for Object.set_deferred
Randall Fulton
2019-06-03
Improve the documentation of the Object class
Nathan Lovato
2019-05-21
doc: Sync classref with current source
Rémi Verschelde
2019-05-20
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-03
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-04-30
doc: Sync classref with current source
Rémi Verschelde
2019-04-22
Merge pull request #28125 from KoBeWi/code_true_code
Rémi Verschelde
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-17
Consistently wrap booleans in [code]
Tomasz Chabora
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2018-12-27
doc: Sync classref with current source
Rémi Verschelde
2018-12-13
Docs: Add mention to Object constructors in scripting languages
Davide Cristini
2018-11-20
doc: Sync classref with current source
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-08-21
doc: Sync classref with current source
Rémi Verschelde
2018-08-11
[DOCS] get_indexed, tween
Fluffel
2018-06-11
-Make sure that ProjectSettings are properly dumped when dumping docs.
Juan Linietsky
2018-04-19
Docs update for several classes
Craigory V Coppola
2018-02-27
doc: Remove status from hardcoded version string
Rémi Verschelde
2018-02-19
doc: Update version string in header
Rémi Verschelde
2018-01-25
doc: Sync with current source
Rémi Verschelde
2018-01-13
doc: Update version string in XML
Rémi Verschelde
2017-11-24
doc: Fix enum tags thanks to 2bc6db6
Rémi Verschelde
2017-11-24
doc: Update header version for 3.0-beta
Rémi Verschelde
2017-11-24
doc: Sync classref with current source
Rémi Verschelde
2017-11-15
doc: Rename "@Global Scope" to "@GlobalScope"
Rémi Verschelde
2017-11-15
doc: Remove revision.module_config from version string
Rémi Verschelde
2017-11-08
[DOCS] Object
Nathan Warden
2017-10-14
[DOCS] Fix a few typos.
Andreas Haas
2017-09-12
Changed the doc class generation to individual files per class. It is also po...
Juan Linietsky