Skip to content

Commit

Permalink
Then this is what we gotta do
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed May 25, 2016
1 parent 22843c6 commit 2b1c177
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion mkdocs.yml 100644 → 100755
Expand Up @@ -5,4 +5,25 @@ pages:
- Scripting:
- Introduction: scripting.md
- Reference:
- Entities
- Entities:
- CBasicEffect: entities/CBasicEffect.md
- CLight: entities/CLight.md
- CProjectile: entities/CProjectile.md
- CMovableModelEntity: entities/CMovableModelEntity.md
- CMovableEntity: entities/CMovableEntity.md
- CBloodSpray: entities/CBloodSpray.md
- CFlame: entities/CFlame.md
- CBullet: entities/CBullet.md
- CPlayerWeaponsEffects: entities/CPlayerWeaponsEffects.md
- CGhostBusterRay: entities/CGhostBusterRay.md
- CCannonBall: entities/CCannonBall.md
- CItem: entities/CItem.md
- CWeaponItem: entities/CWeaponItem.md
- CEnergyMine: entities/CEnergyMine.md
- CPlayerWeapons: entities/CPlayerWeapons.md
- CReminder: entities/CReminder.md
- CPlayerAnimator: entities/CPlayerAnimator.md
- CPlayerView: entities/CPlayerView.md
- CSeriousBomb: entities/CSeriousBomb.md
- CPlayer: entities/CPlayer.md
- CPlayerEntity: entities/CPlayerEntity.md

0 comments on commit 2b1c177

Please sign in to comment.