Jump to content
bumyplum

[Help] Finding a script within an object

Recommended Posts

This is a random question, Is there a way to find the a script connected to a object for example if theres an Addaction on a object would you be able to find the script which puts the addaction on the object if that makes sense
 

Share this post


Link to post
Share on other sites

Wouldn't it be more logical to find the action on the object rather than the script which executes? After all, you need some reference point.

https://community.bistudio.com/wiki/actionIDs

Then from there you can check the script and other things:

https://community.bistudio.com/wiki/actionParams

 

For a non action approach, look into handles and scriptName.

https://community.bistudio.com/wiki/Script_(Handle)

https://community.bistudio.com/wiki/scriptName

Share this post


Link to post
Share on other sites
17 hours ago, HazJ said:

Wouldn't it be more logical to find the action on the object rather than the script which executes? After all, you need some reference point.

https://community.bistudio.com/wiki/actionIDs

Then from there you can check the script and other things:

https://community.bistudio.com/wiki/actionParams

 

For a non action approach, look into handles and scriptName.

https://community.bistudio.com/wiki/Script_(Handle)

https://community.bistudio.com/wiki/scriptName

I mean if some ones addAction on a crate for example is there a way to find the locally executed function? On that not is there a way to find all players locally created functions?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×