16.04.2015, 18:20
(
Последний раз редактировалось Misiur; 17.04.2015 в 10:46.
)
Introduction
Here's a list of all ****** tutorials, post if you see a missing one (would really appreciate copy&paste-ready bbcode using [noparse]) or you've ported from cache a new one.
YSI
Here's a list of all ****** tutorials, post if you see a missing one (would really appreciate copy&paste-ready bbcode using [noparse]) or you've ported from cache a new one.
YSI
- y_als
- y_areas
- y_bit
- y_classes
- y_commands
- y_colours (y_colors)
- y_dialog
- y_flooding
- y_groups
- y_ini
- y_inline
- y_iterate (foreach 3.0)
- y_iterate - iterators
- y_languages
- y_timers
- y_testing
- y_text
- YSI Secrets
- Writing libraries with YSI
- YSI errors and warnings
- State machines (automata)
- Colours
- Hook method 7
- Known runtime/compile PAWN Bugs
- Compiler string bug
- PVars - when, and when not to use them
- Whirlpool hashing plugin
- #emit
- Part 1 - Covers an introduction to the pre-processor and covers some important things when writing function-like macros.
- Part 2 - Explains exactly what the compiler searches for and looks at some common macro uses.
- Part 3 - Describes the other directives available (beside "#define") and looks at definitions with no replacement value.
- Part 4 - How to use strings with the pre-processor.
- Part 5 - Alternatives to the pre-processor, multiple symbols and recursion.
- Part 6 - Case Study (y_remote).
- Part 7 - Macro issues and spaces.