0 votes

hai im new in coding, and i want to able read the demo admob code. can you guys tell me if im right or wrong ?

so the variable is named init and have a return value to bool, if engine has single admob then get the singleton admob. the ads will be real, get our id, and so until maxadcontent. the return true mean make it all work. the return false mean just do it once. im right guys ?

func init() -> bool:
if(Engine.hassingleton("AdMob")):
_admob
singleton = Engine.getsingleton("AdMob")
_admob
singleton.initWithContentRating(
isreal,
get
instanceid(),
child
directed,
ispersonalized,
max
adcontentrate
)
return true
return false

in Engine by (69 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.