is there a way to get the entity prefab info of the entity your looking at..
like if im looking at a cactus i want the return to be
assets/bundled/prefabs/autospawn/resource/v2_arid_cactus/cactus-7.prefab
Getting prefab info for entity in front of player?
Discussion in 'Rust Development' started by Ts3hosting, May 13, 2018.
-
Wulf Community Admin
Take a look at my Hide and Seek plugin.
-
ok i see now is there a way to grab the id aswell with the var prefab = FindObject(ray, 3);
like prefab.id? -
Wulf Community Admin
-
thanks again.
-
is there a way to ignore failed check? for the entity i have selected? for placement and such.