@bluepjs
0.3.3
  • Intro
  • User's documentation
    • Blueprints
    • IDE
    • Nodes
  • Developer's guides
@bluepjs
  • »
  • @bluepjs User’s documentation
  • View page source

@bluepjs User’s documentation

  • Blueprints
    • Types
      • Base Types
      • Special Types
      • @bluepjs Types
      • User defined types
    • Libraries Content
      • Modules content
      • Library
      • Enums
      • Structs
      • Classes
      • Functions
    • Execution Flow in Depth
      • Execution Context
      • Call Node
      • Return Node
      • Modifiers and Getters Nodes execution
  • IDE
    • Vm integration
    • Layout
    • IDE controls
    • Add Node Context Menu
  • Nodes
    • Booleans
      • And (A && B)
      • Or (A || B)
      • Not (!A)
      • Equal (A === B)
    • Numbers
      • Equal (A === B)
      • Is even
      • Greater or equal then
      • To String
      • Plus (A + B)
    • Strings
      • Append (A + B)
    • Datetime
      • Create
      • Unwrap
      • To String
      • Now
    • Undefined
      • Is undefined
    • Branches and execution flow
      • For
      • Each
      • If
      • Switch .. case
      • Call
      • Return
      • Wait
      • Function
    • Others
      • Console log
    • Enums
      • Equal
      • To String
    • Structs
      • Pack
      • Unpack
      • To Object
      • From Object
    • Function inputs/outputs/variables, class properties
      • Get
      • Set
    • Classes
      • This
      • Cast to
      • New
      • Constructor
      • Method
Previous Next

© Copyright 2021-2022, Evgeny Trifonov <abrakadobr@gmail.com>.

Built with Sphinx using a theme provided by Read the Docs.