0.0.7 • Published 1 year ago

@gamehook-io/mappers v0.0.7

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

GameHook Mapper Bindings

This package contains JS / TS bindings for GameHook.

This can be used via package import.

import { GB_PokemonYellow_Mapper } from '@gamehook-io/mappers'

const mapper = new GB_PokemonYellow_Mapper()
await mapper.connect()

console.info(`Your name is ${mapper.player.name}!`)
await mapper.player.name.set('Flame')

if (mapper.player.team[0].species.value) {
    console.info(`You have a ${mapper.player.team[0].species}!`)
}
0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago