Hey Guys,i'm new in the rust developement. I've experience in other languages, but i have little Problems with C. :)I have a "Hello World" Plugin already, that say's Hello playername to the player whos called it.Now i want the Name or Id of the active Item of this player.I searched in the Docu, but i found only "active" things like this https://umod.org/documentation/games/rust#onactiveitemchangeI didn't found something like player.activeItemshortNameCan someone help me? I dont need a complete solution, a link to a docu where i can read it is ok.I don't know where i have to search.I need commands for team and blueprints later too.Thx for your help.
Getting active item for player?Solved
you can use a decompiler on Assembly-CSharp.dll to search for these type of things


The Object Dictionary was a good tip to find out more about available commands.I have VS2019 and the CSharp dll as Reference already.thank you
Locked automatically