/**
* Replay Data Parser
*
* @param string $filename = 'path/to/file.w3g'
*
* @param array $options = array(
* 'parseActions' => true, //default true
* 'parseChat' => true, //default true
* 'logCallback' => 'string|array' // this function will called when calls $this->_log()
* 'translateCallback' => 'string|array' // this function will called when calls $this->_t()
* )
*/
$replay = new Dota_Replay($filename, $options);
$replay->toArray();
-
Notifications
You must be signed in to change notification settings - Fork 3
w3gh/DotaReplayParser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Pareser for Warcraft III DotA w3g replay file
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published