Skip to content

Commit

Permalink
Update missing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 authored Mar 19, 2024
1 parent 27a6e13 commit 32b6b2f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions molang/context/missing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,36 @@

`molang.context.missing`

Context variables are difficult to determine by trial and error whether they exist or not.

Below are some of the known context variables. If you find one that works, do report it!

## Animations

- `is_first_person`
- `item_slot`

## Animation Controllers

- `is_first_person`
- `item_slot`

## Attachables

- `is_first_person`
- `item_slot`

## Entities

- `is_first_person`
- `item_slot`

## Items

- `is_first_person`
- `item_slot`

## Render Controllers

- `is_first_person`
- `item_slot`

0 comments on commit 32b6b2f

Please sign in to comment.