From 606d74fd3936d1c3ceb98024b8b5ad21971fa8dd Mon Sep 17 00:00:00 2001 From: n00b87 Date: Tue, 25 Nov 2025 05:38:12 -0600 Subject: [PATCH] Fixed Android ifdef for log --- doc/doc_files/createhingeconstraint.html | 2 +- doc/doc_files/createsprite.html | 2 +- doc/doc_files/getspritealpha.html | 3 +++ doc/doc_files/nirvana_stage_editor.html | 25 +++++++++++++++++++- doc/doc_files/setmaterialconstant.html | 26 ++++++++++----------- doc/doc_files/setspritealpha.html | 3 +++ doc/doc_files/setspritecolormod.html | 3 +++ doc/doc_files/spriteanimationisplaying.html | 3 +++ doc/doc_files/spriteexists.html | 3 +++ doc/nirvana_docs/nirvana_stage_editor.html | 25 +++++++++++++++++++- rcbasic_runtime/rc_gfx.h | 6 +++-- 11 files changed, 82 insertions(+), 19 deletions(-) diff --git a/doc/doc_files/createhingeconstraint.html b/doc/doc_files/createhingeconstraint.html index 32b22cc..9c39af8 100644 --- a/doc/doc_files/createhingeconstraint.html +++ b/doc/doc_files/createhingeconstraint.html @@ -19,7 +19,7 @@ hinge = CreateHingeConstraint(actorA, frameA, true) 

- Note: It is recommended to use CreateSlideConstraintEx() in most cases + Note: It is recommended to use CreateHingeConstraintEx() in most cases


Related: CreateHingeConstraintEx diff --git a/doc/doc_files/createsprite.html b/doc/doc_files/createsprite.html index d92a5ce..03b9790 100644 --- a/doc/doc_files/createsprite.html +++ b/doc/doc_files/createsprite.html @@ -7,7 +7,7 @@ -

function CreateSprite( img )

+

function CreateSprite( img, frame_w, frame_h )

This function returns a new sprite which you can place in a variable for use in your program.

diff --git a/doc/doc_files/getspritealpha.html b/doc/doc_files/getspritealpha.html index f5cd21c..3915fd1 100644 --- a/doc/doc_files/getspritealpha.html +++ b/doc/doc_files/getspritealpha.html @@ -9,6 +9,9 @@

Function GetSpriteAlpha(sprite)

+ Returns the alpha value of a sprite +

+

\ No newline at end of file diff --git a/doc/doc_files/nirvana_stage_editor.html b/doc/doc_files/nirvana_stage_editor.html index 1bc8706..4203510 100644 --- a/doc/doc_files/nirvana_stage_editor.html +++ b/doc/doc_files/nirvana_stage_editor.html @@ -143,7 +143,7 @@