From c049c8fbb9907fc7048b06c2a5c4be67a1e62dda Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Sat, 1 Sep 2018 11:07:51 -0700 Subject: [PATCH] [DOCS] Classref additions and corrections --- doc/classes/RID.xml | 4 ++-- doc/classes/ResourceSaver.xml | 8 ++++---- doc/classes/Script.xml | 17 +++++++++-------- doc/classes/Shape.xml | 2 +- doc/classes/Spatial.xml | 8 ++++---- doc/classes/VisualServer.xml | 28 ++++++++++++++-------------- 6 files changed, 34 insertions(+), 33 deletions(-) diff --git a/doc/classes/RID.xml b/doc/classes/RID.xml index ee34560afdf2..9eb1462542d5 100644 --- a/doc/classes/RID.xml +++ b/doc/classes/RID.xml @@ -17,14 +17,14 @@ - Create a new RID instance with the ID of a given resource. When not handed a valid resource, silently stores the unused ID 0. + Creates a new RID instance with the ID of a given resource. When not handed a valid resource, silently stores the unused ID 0. - Retrieve the ID of the referenced resource. + Returns the ID of the referenced resource. diff --git a/doc/classes/ResourceSaver.xml b/doc/classes/ResourceSaver.xml index ae0d8e909d83..bf3ea95bce75 100644 --- a/doc/classes/ResourceSaver.xml +++ b/doc/classes/ResourceSaver.xml @@ -1,10 +1,10 @@ - Resource Saving Interface. + Resource saving interface. - Resource Saving Interface. This interface is used for saving resources to disk. + Resource saving interface, used for saving resources to disk. @@ -17,7 +17,7 @@ - Return the list of extensions available for saving a resource of a given type. + Returns the list of extensions available for saving a resource of a given type. @@ -30,7 +30,7 @@ - Save a resource to disk, to a given path. + Saves a resource to disk. diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml index 09c60afc2f8e..128d7475cc04 100644 --- a/doc/classes/Script.xml +++ b/doc/classes/Script.xml @@ -4,8 +4,8 @@ A class stored as a resource. - A class stored as a resource. The script exends the functionality of all objects that instance it. - The 'new' method of a script subclass creates a new instance. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes. + A class stored as a resource. A script exends the functionality of all objects that instance it. + The [code]new[/code] method of a script subclass creates a new instance. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes. http://docs.godotengine.org/en/3.0/getting_started/step_by_step/scripting.html @@ -17,7 +17,7 @@ - Returns true if the script can be instanced. + Returns [code]true[/code] if the script can be instanced. @@ -31,6 +31,7 @@ + Returns the script's base type. @@ -39,14 +40,14 @@ - Returns true if the script, or a base class, defines a signal with the given name. + Returns [code]true[/code] if the script, or a base class, defines a signal with the given name. - Returns true if the script contains non-empty source code. + Returns [code]true[/code] if the script contains non-empty source code. @@ -55,14 +56,14 @@ - Returns true if 'base_object' is an instance of this script. + Returns [code]true[/code] if [code]base_object[/code] is an instance of this script. - Returns true if the script is a tool script. A tool script can run in the editor. + Returns [code]true[/code] if the script is a tool script. A tool script can run in the editor. @@ -77,7 +78,7 @@ - The script source code, or an empty string if source code is not available. When set, does not reload the class implementation automatically. + The script source code or an empty string if source code is not available. When set, does not reload the class implementation automatically. diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml index fcd01bc25ae6..53f0e1440c9b 100644 --- a/doc/classes/Shape.xml +++ b/doc/classes/Shape.xml @@ -4,7 +4,7 @@ Base class for all 3D shape resources. - Base class for all 3D shape resources. All 3D shapes that inherit from this can be set into a [PhysicsBody] or [Area]. + Base class for all 3D shape resources. Nodes that inherit from this can be used as shapes for a [PhysicsBody] or [Area] objects. http://docs.godotengine.org/en/3.0/tutorials/physics/physics_introduction.html diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml index ef1bcc30b396..4fa60b2e442f 100644 --- a/doc/classes/Spatial.xml +++ b/doc/classes/Spatial.xml @@ -296,11 +296,11 @@ World space (global) [Transform] of this node. - Rotation part of the local transformation, specified in terms of YXZ-Euler angles in the format (X-angle, Y-angle, Z-angle), in radians. - Note that in the mathematical sense, rotation is a matrix and not a vector. The three Euler angles, which are the three indepdent parameters of the Euler-angle parametrization of the rotation matrix, are stored in a [Vector3] data structure not because the rotation is a vector, but only because [Vector3] exists as a convenient data-structure to store 3 floating point numbers. Therefore, applying affine operations on the rotation "vector" is not meaningful. + Rotation part of the local transformation in radians, specified in terms of YXZ-Euler angles in the format (X-angle, Y-angle, Z-angle). + Note that in the mathematical sense, rotation is a matrix and not a vector. The three Euler angles, which are the three independent parameters of the Euler-angle parametrization of the rotation matrix, are stored in a [Vector3] data structure not because the rotation is a vector, but only because [Vector3] exists as a convenient data-structure to store 3 floating point numbers. Therefore, applying affine operations on the rotation "vector" is not meaningful. - Rotation part of the local transformation, specified in terms of YXZ-Euler angles in the format (X-angle, Y-angle, Z-angle), in degrees. + Rotation part of the local transformation in degrees, specified in terms of YXZ-Euler angles in the format (X-angle, Y-angle, Z-angle). Scale part of the local transformation. @@ -312,7 +312,7 @@ Local translation of this node. - Visibility of this node. Toggles if this node is rendered. + If [code]true[/code] this node is drawn. Default value: [code]true[/code]. diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 395fb9e8292d..afada05bf7ae 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -1552,7 +1552,7 @@ - Returns true, if the OS supports a certain feature. Features might be s3tc, etc, etc2 and pvrtc, + Returns [code]true[/code] if the OS supports a certain feature. Features might be s3tc, etc, etc2 and pvrtc, @@ -3110,7 +3110,7 @@ - Sets a boot image. The color defines the background color and if scale is [code]true[/code], the image will be scaled to fit the screen size. + Sets a boot image. The color defines the background color and if scale is [code]true[/code] the image will be scaled to fit the screen size. @@ -3484,7 +3484,7 @@ - If [code]true[/code], sets internal processes to shrink all image data to half the size. + If [code]true[/code] sets internal processes to shrink all image data to half the size. @@ -3507,7 +3507,7 @@ - If [code]true[/code], the image will be stored in the texture's images array if overwritten. + If [code]true[/code] the image will be stored in the texture's images array if overwritten. @@ -3600,7 +3600,7 @@ - If [code]true[/code], sets the viewport active, else sets it inactive. + If [code]true[/code] sets the viewport active, else sets it inactive. @@ -3659,7 +3659,7 @@ - If [code]true[/code] a viewport's 3D rendering should be disabled. + If [code]true[/code] a viewport's 3D rendering is disabled. @@ -3670,7 +3670,7 @@ - If [code]true[/code] rendering of a viewport's environment should be disabled. + If [code]true[/code] rendering of a viewport's environment is disabled. @@ -3692,7 +3692,7 @@ - If [code]true[/code] the viewport should render to hdr. + If [code]true[/code] the viewport renders to hdr. @@ -3703,7 +3703,7 @@ - If [code]true[/code] the viewport's canvas should not be rendered. + If [code]true[/code] the viewport's canvas is not rendered. @@ -3795,7 +3795,7 @@ - If [code]true[/code] the viewport should render its background as transparent. + If [code]true[/code] the viewport renders its background as transparent. @@ -3806,7 +3806,7 @@ - Sets when the viewport should be updated. See VIEWPORT_UPDATE_MODE_* constants for options. + Sets when the viewport should be updated. See [enum ViewportUpdateMode] constants for options. @@ -3817,7 +3817,7 @@ - Sets what should be rendered in the viewport. See VIEWPORT_USAGE_* constants for options. + Sets the viewport's 2D/3D mode. See [enum ViewportUsage] constants for options. @@ -3828,7 +3828,7 @@ - If [code]true[/code] the viewport should use augmented or virtual reality technologies. See [ARVRInterface]. + If [code]true[/code] the viewport uses augmented or virtual reality technologies. See [ARVRInterface]. @@ -3839,7 +3839,7 @@ - If [code]true[/code] the viewport's rendering should be flipped vertically. + If [code]true[/code] the viewport's rendering is flipped vertically.