Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
developer34
Channel Surfer

m.blocked = false

i am totally new to roku and brightscript so therefore i am trying to learn scenegraph as well as brightscript, can anybody tell me what does m.blocked = false signify and also its function.

thank you

0 Kudos
1 REPLY 1
rokenbuzz
Binge Watcher

Re: m.blocked = false

m could mean the global associative array that every app has, when used in an app level sub/function, or, when used within a sub/function defined within an associative array it represents the associative array itself.

So blocked would just be the name of an value in the associative array.

I'm fairly new myself, so if blocked is a special known item I'm not aware.

0 Kudos