Jump to content

[HELP] about command in dedicated server console.


Recommended Posts

Hi, I need document about all Object in DST server console or someone help me list all Object such as:

ThePlayer:

  - ThePlayer.functionx1

  - ThePlayer.functionx2

  - ThePlayer.functionxx

TheWorld:

  - TheWorld.functiony1

  - TheWorld.functiony2

  - TheWorld.functionyy

TheOtherObject:

  - TheOtherObject.functionz1

  - TheOtherObject.functionz2

  - TheOtherObject.functionzz

i need to know all Object exist in console command

 

my final purpose is a command can give $player_name $amount $item_name like:

UserToPlayer("player_name").components.inventory:GiveItem(GLOBAL.SpawnPrefab("item_name"))

But GLOBAL is not declare in console command, i find other way to implementing it.

I hope it have some object to make an item such as: TheItem.Spawn("log").

c_give function is not enough for me.

Everyone help me! Thanks!!!

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...