Git Product home page Git Product logo

asexthook's Introduction

asexthook's People

Contributors

drabcofficial avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

mikk155

asexthook's Issues

Unnecessary linux library dependencies

Why have you made the newer versions depended on libraries that are not even needed? This means it doesn't work with freshly installed Linux out of the box any longer without having to install those libraries needed to run the plugin.
image
vAlpha6:
image

MonsterTraceAttack() missing Vector vecDir.

Using this as map script:

class classname : ScriptBaseMonsterEntity
{
	~classname()
	{
		g_Hooks.RegisterHook( Hooks::Monster::MonsterTraceAttack, MonsterTraceAttackHook( this.MonsterTraceAttack ) );
	}

	HookReturnCode MonsterTraceAttack( CBaseMonster@ pMonster, entvars_t@ pevAttacker, float flDamage, Vector vecDir, const TraceResult& in ptr, int bitsDamageType )
	{
		return HOOK_CONTINUE;
	}
}

Result:

No matching signatures to 'HookReturnCode MonsterTraceAttackHook(CBaseMonster@, entvars_t@, float, const TraceResult&in, int)'

Doc Gen Updated

I've made two changes to the docs generator:

  1. Fixed an issue with Function Defs linking to the Typedefs page instead.
  2. Fixed ScriptBases being defined as Interfaces instead of Classes.
    You might want regenerate the docs with said changes. ๐Ÿ™‚

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.