space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.controller
/
CharacterAdmin
Character
Admin
common
interface
CharacterAdmin
Content copied to clipboard
Functions
Functions
create
Link copied to clipboard
common
abstract
fun
create
(
name
:
String
,
position
:
Vec3F
,
orientationForward
:
Vec3F
,
orientationUp
:
Vec3F
)
:
CharacterObservation
Content copied to clipboard
die
Link copied to clipboard
common
abstract
fun
die
(
)
Content copied to clipboard
local
Character
Id
Link copied to clipboard
common
abstract
fun
localCharacterId
(
)
:
String
?
Content copied to clipboard
main
Character
Id
Link copied to clipboard
common
abstract
fun
mainCharacterId
(
)
:
String
Content copied to clipboard
remove
Link copied to clipboard
common
abstract
fun
remove
(
id
:
String
)
Content copied to clipboard
show
Terminal
Link copied to clipboard
common
abstract
fun
showTerminal
(
blockId
:
String
)
Content copied to clipboard
switch
Link copied to clipboard
common
abstract
fun
switch
(
id
:
String
)
Content copied to clipboard
teleport
Link copied to clipboard
common
abstract
fun
teleport
(
position
:
Vec3F
,
orientationForward
:
Vec3F
?
=
null
,
orientationUp
:
Vec3F
?
=
null
)
:
CharacterObservation
Content copied to clipboard
update
Energy
Link copied to clipboard
common
abstract
fun
updateEnergy
(
energy
:
Float
)
Content copied to clipboard
update
Health
Link copied to clipboard
common
abstract
fun
updateHealth
(
health
:
Float
)
Content copied to clipboard
update
Hydrogen
Link copied to clipboard
common
abstract
fun
updateHydrogen
(
hydrogen
:
Float
)
Content copied to clipboard
update
Oxygen
Link copied to clipboard
common
abstract
fun
updateOxygen
(
oxygen
:
Float
)
Content copied to clipboard
use
Link copied to clipboard
common
abstract
fun
use
(
blockId
:
BlockId
,
functionIndex
:
Int
,
action
:
Int
)
Content copied to clipboard