Clif_getip
Akkarinage edited this page Nov 5, 2016
·
1 revision
Pages 190
Getting Started
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
Configure your Server
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
Customization
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
Setup the Client
- Data folder
- Diff files
Misc Databases
Third-Party Software
Clone this wiki locally
title: Clif getip permalink: /Clif_getip/
Syntax
uint32 clif_getip(void);
==Parameters==
- N/A
==Description== Gets the Map-Server's IP Address. ==Example==
uint32 a_ip;
a_ip = clif_getip();
a_ip would have been defined with the server's IP Address. Category:Source_Functions