Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Questions by chanon
This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
User chanon
Recent activity
All questions
All answers
User chanon
Recent activity
All questions
All answers
0
votes
1
answer
How to create a global var in an addon?
asked
Oct 6, 2018
in
Engine
addon
gdscript
globals
+2
votes
0
answers
How to force Controls / Containers to do their layouting/positioning so I can read/update the final positions afterwards
asked
Jul 4, 2018
in
Engine
control
gdscript
container
scrollcontainer
gridcontainer
+1
vote
1
answer
How do you dynamically resize a control so that it is still centered by its anchor?
asked
May 20, 2018
in
Engine
gui
layout
0
votes
1
answer
Is it possible to bind new top level functions in GDScript?
asked
May 17, 2018
in
Engine
gdscript
binding
+10
votes
1
answer
In GDScript how to (quickly) check whether an object instance has a property
asked
Mar 22, 2018
in
Engine
gdscript
object
reflection
+6
votes
1
answer
What does the Local To Scene option on resources do/mean?
asked
Mar 12, 2018
in
Engine
resources
0
votes
1
answer
How to achieve Multiply blending with Alpha channel transparency in Godot 3.0?
asked
Mar 2, 2018
in
Engine
blending
alpha
multiply
+2
votes
1
answer
How to use the default Godot 3.0 theme in project?
asked
Feb 24, 2018
in
Engine
godot3-0
theme
0
votes
1
answer
How do I access a user defined AutoLoad script Singleton from C++
asked
Sep 16, 2017
in
Engine
c
gdscript
0
votes
1
answer
How to achieve Multiply blending with Alpha channel transparency?
asked
Jan 25, 2017
in
Engine
gdscript
blending
alpha
multiply
+12
votes
1
answer
How to detect in GDScript if we are currently running in debug or release build?
asked
Jan 5, 2017
in
Engine
gdscript
debug
release
0
votes
0
answers
[C++] Registering a struct and exposing it as a property?
asked
Dec 21, 2016
in
Engine
c
+3
votes
2
answers
How to display translations in editor?
asked
Dec 20, 2016
in
Engine
translation
localization
internationalization
0
votes
0
answers
SoundLibrary dB setting is being ignored? How to use it?
asked
Dec 12, 2016
in
Engine
gdscript
sampleplayer
samplelibrary
0
votes
1
answer
Random numbers with specified seeds so can reproduce the same result next time?
asked
Nov 26, 2016
in
Engine
random
math
gdscript
+2
votes
2
answers
How to test whether a point lies inside a 2D Sprite or CollisionObject2D?
asked
Apr 17, 2016
in
Engine
2d
gdscript
0
votes
1
answer
What does the Singleton option in the AutoLoad tab of Project Settings do?
asked
Apr 16, 2016
in
Engine
gdscript
editor
singletons
+2
votes
2
answers
How can I get the Script type of a node?
asked
Apr 11, 2016
in
Engine
gdscript
+37
votes
12
answers
How to get the screen dimensions in GDScript?
asked
Feb 24, 2016
in
Engine
gdscript
+2
votes
1
answer
In GDScript how to detect the runtime type of a var?
asked
Feb 24, 2016
in
Engine
gdscript
+5
votes
1
answer
Does GDScript have an assert command?
asked
Feb 24, 2016
in
Engine
gdscript