Mirage Engine
Just wondering... - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Just wondering... (/showthread.php?tid=1124)



Just wondering... - RyanBlandin - 21-07-2007

Okay, so I'm new to VB 6.0 and I'm just trying to see how everything works right now.So i was wondering if someone could tell me what Subs (pointing out where in the sub would be great but not needed) that deal with the player's movement. For example: Pressing the up key to make the character move up.

Thanks


Re: Just wondering... - Robin - 21-07-2007

Client Side
ProcessMovement
ProcessNpcMovement
IsTryingToMove
CanMove
CheckMovement
SendPlayerMove
HandleData

Server Side
PlayerMove
CanNpcMove
NpcMove
GameAI
HandleData


Re: Just wondering... - RyanBlandin - 21-07-2007

Thanks a lot Smile