summaryrefslogtreecommitdiff
path: root/doc/classes/RayCast2D.xml
AgeCommit message (Expand)Author
2022-08-22Expose the collider RID in Raycast nodesPaul Joannon
2022-08-11[doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-01-28Improve some method bindings to use specific `Object` subtypesRémi Verschelde
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-10Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp
2021-10-05doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-08-12Uniformize layer names, script methods and documentationPouleyKetchoupp
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2020-09-11doc: Sync classref with current sourceRémi Verschelde
2020-09-10Rename RayCast's `cast_to` property to `target_position`Hugo Locurcio
2020-08-31Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-03Reference the online documentation in collision layer/mask propertiesHugo Locurcio
2020-07-13Commit other files changed by file_format.shAaron Franke
2020-07-03doc: Sync classref with current sourceRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-11-07Added link to raycasting tutorial to RayCast/RayCast2DYuri Roubinsky
2019-06-30doc: Remove hardcoded default values from descriptionsRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2018-09-23[Docs] Remove double-spaces from descriptions, as well a couple other small f...LikeLakers2
2018-08-30RayCast2D: Fix reporting old collider after collision endedRémi Verschelde
2018-08-29doc: Sync classref with current sourceRémi Verschelde
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-18Added description to get_collision_mask_bit and set_collision_mask_bit in Ray...Anutrix
2018-01-13doc: Update version string in XMLRémi Verschelde
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-24doc: Sync classref with current sourceRémi Verschelde
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
2017-10-24classref: Sync with current sourceRémi Verschelde
2017-10-22classref: Sync with current sourceRémi Verschelde
2017-10-21Rename RayCasts collision_layer to collision_maskPedro J. Estébanez
2017-10-14[DOCS] Fix a few typos.Andreas Haas
2017-10-11doc: Sync classref with current sourceRémi Verschelde
2017-09-13doc: Sync classref with current sourceRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky