Draw native instructional buttons in the bottom left of the screen using scaleform
Example:
import { InstructionalButtons, Control } from '@nativewrappers/client';const buttons = new InstructionalButtons([ {controls: [Control.Context], label: "Interact with Bob"}, {controls: [Control.Detonate], label: "Say hello to Alice"}])setTick(() => { buttons.draw()})
Draws native instructional buttons
Array of instructional buttons to be drawn
Renders the instructional button scaleform
Generated using TypeDoc
Draw native instructional buttons in the bottom left of the screen using scaleform
Example: