mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
add sound keygen to docs
This commit is contained in:
parent
2f9edbc381
commit
337aff679d
@ -8,3 +8,5 @@ Methods:
|
||||
- Example usage is: `var id = ModAPI.keygen.block("my_example_block");`
|
||||
- `ModAPI.keygen.entity(entityId: String) : number`
|
||||
- Example usage is: `var id = ModAPI.keygen.entity("my_example_entity");`
|
||||
- `ModAPI.keygen.sound(soundId: String) : number`
|
||||
- Example usage is: `var id = ModAPI.keygen.sound("my.example.sound");`
|
Loading…
x
Reference in New Issue
Block a user