Jump to content

where are python import files


Go to solution Solved by Jxxkub,

Recommended Posts

I'm trying to get a better understanding of the source code, what the functions do etc, but I can't find many of the included files. For example uitarget.py has

Spoiler

import app
import uiToolTip
import item
import ui
import player
import net
import wndMgr
import messenger
import guild
import chr
import nonplayer
import localeInfo
import constInfo

but where exactly can i find these files? 

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

7 minutes ago, Jxxkub said:

most of them are linked from files that can be found inside the same folder - others are modules importerd from python itself

 

all python files are located in root or root/uiscript

Do you know where I can find wndMgr and item for example? Cause they aren't in root, but I don't think they are default modules of python either

Link to comment
Share on other sites

  • Nitro Booster
  • Solution
9 minutes ago, semoka10 said:

Do you know where I can find wndMgr and item for example? Cause they aren't in root, but I don't think they are default modules of python either

i'm pretty sure they can be found inside the binary

 

I'm a beginner when it comes to coding - so I might be wrong

Edited by Jxxkub
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.