Add FrameIterator to SourceMod (#716).

* Create FrameIterator type
This commit adds the FrameIterator type to core sm along with a few
methods around getting the information for each frame.

* Fix incorrect documentation
[skip ci]
* Implement KyleS's Changes
* A nit
This commit is contained in:
Michael Flaherty
2017-11-16 18:55:37 -08:00
committed by Kyle Sanderson
parent 7507672895
commit 43cdf20fd3
5 changed files with 364 additions and 3 deletions
+1
View File
@@ -82,6 +82,7 @@ binary.sources += [
'CDataPack.cpp',
'frame_tasks.cpp',
'smn_halflife.cpp',
'FrameIterator.cpp',
]
if builder.target.platform == 'windows':
binary.sources += ['thread/WinThreads.cpp']