Forum Discussion

developer34's avatar
developer34
Channel Surfer
6 years ago

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

1 Reply

  • 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.