Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
developer34
Level 8

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
Level 7

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