This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
EZData - The PData Replacement | |
By Beast (STEAM_0:0:2316327) | |
This addon may be used as long as this notice isn't removed. Feel free to let me know what you use it in! | |
Copyright (C) 2017 Beast | |
]] | |
-- Optimizations for functions | |
local sql_Query = sql.Query |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import division | |
from visual import * | |
from physutil import * | |
from visual.graph import * | |
#Window setup | |
scene.center = (0,0,0) | |
scene.range = 2000 | |
#Objects |