Skip to content

Releases: Mehgugs/Starbound-RemoteInterfaces

Remote Interfaces 1.1.0

24 Apr 15:02
Compare
Choose a tag to compare
Pre-release

Remote Interfaces

Adds the "interact" local message to the player so other contexts can open interact dialogues.

Usage

Once this mod is installed you can use the message below in any player context.

world.sendEntityMessage(entity.id(),"interact",interactionType,config,sourceId)

This is identical in usage to the function player.interact.

Changelog

  • Support generic script contexts.

Remote Interfaces version 1.0.0

31 Jul 21:23
Compare
Choose a tag to compare

Remote Interfaces

Adds the "interact" local message to the player so other contexts can open interact dialogues.

Usage

Once this mod is installed you can use the message below in any player context.

world.sendEntityMessage(entity.id(),"interact",interactionType,config,sourceId)

This is identical in usage to the function player.interact.

Changelog

  • Initial release