Hero192 Posted January 19, 2016 Share Posted January 19, 2016 Hey as you see, I am asking about what's the different if we created the marker with two ways Between this local marker = {} marker[source] = createMarker(1234,2134, 32-1, "cylinder", 2, 0, 120, 231, 150) and this; local marker = createMarker(1234,2134, 32-1, "cylinder", 2, 0, 120, 231, 150) Link to comment
MisterQuestions Posted January 19, 2016 Share Posted January 19, 2016 well 1st. Marker will be inserted into a table with index "source", maybe triggered from an event. 2nd. marker its the variable for that marker. Link to comment
Hero192 Posted January 19, 2016 Author Share Posted January 19, 2016 well 1st. Marker will be inserted into a table with index "source", maybe triggered from an event. 2nd. marker its the variable for that marker. Which way is the best in the usage? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now